> q=rock&fq:bitrate:[* TO 128]
> 
> bitrate is int
> This also return docs with more then 128 bitrate, Is there
> something I am doing wrong 

If you are using solr 1.4.0 you need to use 

<fieldType name="tint" class="solr.TrieIntField" precisionStep="8" 
omitNorms="true" positionIncrementGap="0"

restart tomcat/reload core and re-index is necessary after that change.

q=rock&fq=bitrate:[* TO 128]


      

Reply via email to