Daniel, others, This merged cleanly into the version of BooleanQuery.java in my working copy which is on the DisjunctionScorer 'branch': http://issues.apache.org/bugzilla/show_bug.cgi?id=31785 The BooleanQuery.java file there is now outdated. When the merged version is needed please holler.
Regards, Paul Elschot. On Tuesday 14 December 2004 20:28, [EMAIL PROTECTED] wrote: > dnaber 2004/12/14 11:28:44 > > Modified: src/java/org/apache/lucene/search BooleanQuery.java > Log: > slightly improve the TooManyClauses exception documentation > > Revision Changes Path > 1.28 +4 -1 jakarta-lucene/src/java/org/apache/lucene/search/ BooleanQuery.java > > Index: BooleanQuery.java > =================================================================== > RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/ BooleanQuery.java,v > retrieving revision 1.27 > retrieving revision 1.28 > diff -u -r1.27 -r1.28 > --- BooleanQuery.java 24 Nov 2004 22:06:12 -0000 1.27 > +++ BooleanQuery.java 14 Dec 2004 19:28:44 -0000 1.28 > @@ -44,7 +44,10 @@ > "1024")); > > /** Thrown when an attempt is made to add more than [EMAIL PROTECTED] > - * #getMaxClauseCount()} clauses. */ > + * #getMaxClauseCount()} clauses. This typically happens if > + * a PrefixQuery, FuzzyQuery, WildcardQuery, or RangeQuery > + * is expanded to many terms during search. > + */ > public static class TooManyClauses extends RuntimeException {} > > /** Return the maximum number of clauses permitted, 1024 by default. > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]