Stream: hapi
Topic: Hibernate Search 5.6/7 or 6.0
Kevin Mayfield (Sep 02 2016 at 08:19):
Has anyone used jpaserver with this version. Noticed the project pom mentions incompatibilities with jboss, etc - we are using tomcat 8/9 to host our app servers. [Reason: want to investigate using elasticsearch with hapi]
James Agnew (Sep 02 2016 at 13:44):
Not yet- There is an incompatibility between the latest hibernate and the latest hibernate search, so I can't upgrade one until the other is updated.
Some details can be found here
Kevin Mayfield (Sep 05 2016 at 09:06):
Am I correct in thinking text searching is done via Hibernate Search using Lucene indexes? Solr isn't part of the stack - Guess the real question is how would I scale the indexing (I'm looking at moving to jdbc directories with lucene - this is to get around some issues on development boxes. Which are causing performance problems with file access (not a problem with hapi but our security))
Last updated: Apr 12 2022 at 19:14 UTC