I've nothing against a separate maven module, still Hibernate Search
already has lots of "goodies" to work with Lucene which are not
necessarily linked to Hibernate (e.g. Analyzer definition helpers,
pojo mapping through annotations, enhanced filtering, IndexReader
pooling, nice Infinispan Director
Sure I like it! I'm in the swamp of old mails, so I give you my first
impression only:
Even if it's fluent it's not (yet) intuitive to me which methods I should call;
Query luceneQuery =
qb.must(Occurs.MUST)
.add(
qb.boolean(Occurs.Should)
.add( qb.term("city", "Atlanta").b
On Search's forums it appears that many people get hit by this one, I
agree it looks like important so I promised to "scale the question
up".
Kai Hoerder attached a patch recently, could some expert in Core take
a look into? It appears to have a serious impact on the "rebuild
indexes" time for Hibe