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/04/01 00:12:22 UTC

DO NOT REPLY [Bug 28108] - 1.3 Final Release - TooManyClauses error not allowing search to work

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=28108>.
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=28108

1.3 Final Release - TooManyClauses error not allowing search to work





------- Additional Comments From jacob@niku.com  2004-03-31 22:12 -------
After more investigation the problem seems to be related to the 
PrefixQuery.rewrite().  I have a PrefixQuery as one of the subqueries for the 
BooleanQuery. So, what seems to be happening is that the PrefixQuery.rewrite() 
expands the query for each individual hit.  Thus, if the search result has 
more than 1024 results, the rewrite fails.

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