Reputation: 3930
I'm querying SolR server to get the price ranges.
How can I construct a query which returns at once:
I need these four values for a slider like this:
all_min=============user_min========user_max========all_max
Upvotes: 1
Views: 2860
Reputation: 99730
Use StatsComponent to get min and max. Use facet.range or facet.query to get facets on specific price ranges.
Upvotes: 2