> I am able to facet on a particular field because I have
> index on that field.
> But I am not sure how to facet on a price range when I have
> the exact price
> in the 'price' field. Can anyone help here.


Something like this:

&facet=on&facet.query=price:[* TO 500]&facet.query=price:[500 TO *]

Additionally you can get min and max price of your query results with 
http://wiki.apache.org/solr/StatsComponent


      

Reply via email to