You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/11/08 04:38:23 UTC

DO NOT REPLY [Bug 32109] - Spurious TooManyClauses error

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





------- Additional Comments From wchao@yahoo.com  2004-11-08 03:38 -------
Actually, I just checked, and it does not appear to be the parentheses that
cause the problem (or at least it is not solely due to the parentheses). Lucense
bugs out even with:

license AND illegal AND city AND driving AND drunk AND date:[20000301 TO 20041231]

However, the following query works:

license AND illegal AND city AND driving AND drunk AND date:[20010301 TO 20041231]

The number of documents that the first query (the one checking from 20000301)
would have returned is 23. The number of documents that the second query returns
is 20.

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org