On 27-Jun-07, at 1:07 AM, Martin Grotzke wrote:

On Tue, 2007-06-26 at 16:48 -0700, Mike Klaas wrote:
On 26-Jun-07, at 3:01 PM, Martin Grotzke wrote:

Easy: facet based on fixed ranges (say, every 10 dollars for x < 100,
100 dollars for x < 1000, etc)., and combine them sensically on the
client-side.  Requires no solr-side modification.

But then I have to find x (the highest value of the price field?) on
solr side and also I have to build the fixed ranges on solr side, right?

Not if you always ask for facets up to the maximum price in the index, and use facet.mincount=1

cheers,
-MIke

Reply via email to