Hi,

I am using solr 3.6.1 and trying to find a range on a field which was defined 
as integer. but i'm not getting accurate results. below is my schema.

The input will be as [-1 TO 0] or [2 TO 5]

<fieldType name="int" class="solr.TrieIntField" precisionStep="0" 
positionIncrementGap="0"/>

<field name="interestlevel" type="int" indexed="true" stored="false" 
multiValued="true" />


my query string will be interestlevel:[-1 TO 0] -- this is returning only 2 
records from solr where as it has 21 records in the DB.

Please advice.

Thanks,
Poornima

Reply via email to