my documents (products) have a price field, and I want to have 
a "dynamically" calculated range facet for that in the response. 

E.g. I want to have this in the response 
price:[* TO 20]  -> 23 
price:[20 TO 40] -> 42 
price:[40 TO *]  -> 33 
if prices are between 0 and 60 
but 
price:[* TO 100]   -> 23 
price:[100 TO 200] -> 42 
price:[200 TO *]   -> 33 
if prices are between 0 and 300 

So the question is how to get the dynamic facets response from solr.

This is same question as previously posted back in 2007. But still waits an
answer??
Is there any solution on this??
-- 
View this message in context: 
http://www.nabble.com/Dynamic-range-Facets-tp22675413p22675413.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to