Hello Erick,

Is it possible to without changing the sql query?. I just rounded ratings
value at the query time and trying to search with filter query like the one
below:

q=*:*
fq=ratings:[2.0 TO 2.5] 
fl=ratings:rint(ratings)

I have a rating 1.75 in a record which is rounded to 2.0 by rint but it's
not listing when fq is used like the one above. It's just rounding, but I
also want to query the rounded value.


Thank you!






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-round-ratings-to-nearest-integer-value-tp4081833p4082464.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to