DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32109>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32109

Spurious TooManyClauses error

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2004-11-08 09:33 -------
This behavior by design.  The issue is that BooleanQuery has a default limit of 
1024 clauses.  In your 
case, you're using a date range that expands to more than this number.  Two 
options that immediately 
come to mind are to increase the number of allowed boolean clauses (at the 
expense of resources used 
during the query) or to index (and query) a field by year (or quarter) such 
that there are far fewer terms 
that match.

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

Reply via email to