: My head was thinking to find a generic solution to Lucene's : limitation: The TooManyClauses problem when using RangeQuery and there : are more than 1024 values. It should be another thread.
It's been discussed in several threads, and i can think of 2 good solutions at this point... Using a RangeFilter (or DateFilter) instead of a RangeQuery http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&by=thread&from=943115 Using ConstantScoreRangeQuery in place of RangeQuery... http://issues.apache.org/bugzilla/show_bug.cgi?id=34673 -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]