Hi, I'm trying to do a search on a range of floats that are part of my solr
schema. Basically we have a collection of "fees" that are associated with
each document in our index.

The query I tried was:

q=fees:[3 TO 10]

This should return me documents with Fee values between 3 and 10
inclusively, which it does. However, I need it to check for ALL items in
this collection, not just one that satisfies it. Currently, this is
returning me documents with fee values above 10 and below 3 as long as it
contains at least one other within.

Any suggestions on how to accomplish this?
-- 
View this message in context: 
http://old.nabble.com/Range-Searches-in-Collections-tp27648470p27648470.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to