y 20, 2009 11:10 AM
> To: java-user@lucene.apache.org
> Subject: Re: RangeQuery & TooManyClausesException : Lucene 2.4
>
>
> Hmm... that's actually not true: RangeQuery will still throw that
> exception, unless you call setConstantScoreRewrite to true (at which
>
& TooManyClausesException : Lucene 2.4
Hmm... that's actually not true: RangeQuery will still throw that
exception, unless you call setConstantScoreRewrite to true (at which
point it does the same thing as ConstantScoreRangeQuery, ie that
exception will not be thrown).
The javadoc for RangeQuer
Hmm... that's actually not true: RangeQuery will still throw that
exception, unless you call setConstantScoreRewrite to true (at which
point it does the same thing as ConstantScoreRangeQuery, ie that
exception will not be thrown).
The javadoc for RangeQuery is very misleading. (This happened when