Hi all. I'm searching numericRangeQuery in my indexes. (i.e. field : [10 TO 20]) In some ranges when I rewrite the query, I receive something wrong in the answer. something like this : ConstantSocre(field : ` When I expand the range, then everything is OK. I debug the code and this wrong answer comes from rewrite(IndexReader reader) method in MultiTermQuery class. I know it should be a problem in my index. But I can't understand what it may be! Can anyone help me?
- my rangequery problem S Eslamian
- Re: my rangequery problem Ian Lea
- Re: my rangequery problem S Eslamian
- Re: my rangequery problem Uwe Schindler