Re: Too many required clauses for a BooleanQuery

2006-02-09 Thread Kevin Dutcher
Thanks Hoss... You're absolutely right! Kevin On 2/9/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: > > > : I need all the documents returned from the search and am manipulating > the > : results with a custom HitCollector, therefore I can't use filters. > > I don't understand this comment. The

Re: Too many required clauses for a BooleanQuery

2006-02-09 Thread Kevin Dutcher
> > One more thing: in case these queries are generated, you might > consider building the corresponding (nested) BooleanQuery yourself > instead of using the QueryParser. > > Regards, > Paul Elschot I'll give that a try. Thanks Paul.

Re: Too many required clauses for a BooleanQuery

2006-02-09 Thread Kevin Dutcher
> I don't know a lot about the error your encountering (or not encountering > as the case may be) but please for hte love of all that is sane use a > Filter instead of putting all those categories in your Query. > > Your search performance and your scores will thank you. I need all the documents

Too many required clauses for a BooleanQuery

2006-02-08 Thread Kevin Dutcher
Hey Everyone, I'm running into the "More than 32 required/prohibited clauses in query" exception when running a query. I thought I understood the problem but the following two scenarios confuse me. 1st - No Error 33 required clauses plus additional clauses that are left off b/c they are the same