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?

Reply via email to