BooleanQuery « Search « JPA Q&A





1. Lucene BooleanQuery    stackoverflow.com

How to use booleanQuery with StandardAnalyzer in Lucene Search?

2. BooleanQuery$TooManyClauses exception when using wildcard queries    stackoverflow.com

I'm using Hibernate Search / Lucene to maintain a really simple index to find objects by name - no fancy stuff. My model classes all extend a class NamedModel which looks basically ...