Re: ConstantScoreRangeQuery and ConstantScoreQuery

2006-03-16 Thread Chris Hostetter
: And I read the following issue again: : : ConstantScoreRangeQuery - fixes "too many clauses" exception : http://issues.apache.org/jira/browse/LUCENE-383 : : But still, I cannot understand very well why ConstantScoreQuery comes out. : Is it for to implement ConstantScoreRangeQuery? Or, is it used

Re: ConstantScoreRangeQuery and ConstantScoreQuery

2006-03-16 Thread Yonik Seeley
On 3/16/06, Koji Sekiguchi <[EMAIL PROTECTED]> wrote: > But still, I cannot understand very well why ConstantScoreQuery comes out. > Is it for to implement ConstantScoreRangeQuery? Or, is it used for something > by itself? ConstantScoreQuery can wrap any Filter and gives a constant score for every

ConstantScoreRangeQuery and ConstantScoreQuery

2006-03-16 Thread Koji Sekiguchi
Hello, At Doug's hand on recent thread "Re: TooManyClauses exception in Lucene (1.4)", I could understand why ConstantScoreRangeQuery was added in Lucene 1.9. I appreciate that. And I read the following issue again: ConstantScoreRangeQuery - fixes "too many clauses" exception http://issues.apach