If I generate a query using QueryParser and a
standard analyzer, in some cases I'm getting a
TooManyBooleanClauses exception, e.g.:

[2003-12-08 14:39:23] [  debug1 ]  query is +glucose
-kog* always:1
[2003-12-08 14:39:23] [--ERROR--] Exception in
searchAnnotations:
org.apache.lucene.search.BooleanQuery$TooManyClauses
        at
org.apache.lucene.search.BooleanQuery.add(BooleanQuery.java:109)


 Is there a way to reset the maximum number of
boolean clauses for a non-boolean query, or to at
least access the boolean sub queries and modify them?

thx,
-_David Goodstein


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to