Re: Issue with range queries

2010-05-10 Thread Ahmet Arslan
> Hi all, > > I have a problem with range queries on an integer field. > (Solr 1.4) > > In my index, myField contains values between 0 and 3000. > > stored="true" required="false"/> > > Here are a few samples to give you an idea of the problem: > > fq=myField:[1 TO 1000] ... 0 results > > fq

Issue with range queries

2010-05-10 Thread Pierre-Luc Thibeault
Hi all, I have a problem with range queries on an integer field. (Solr 1.4) In my index, myField contains values between 0 and 3000. Here are a few samples to give you an idea of the problem: fq=myField:[1 TO 1000] ... 0 results fq=myField:[1 TO 999] ... 1288930 results fq=myField:[1 TO 300