: hundred thousands)... so, I have to display the range (minimum and maximum
: values) from a facet. Is there any way to do that?
: I found the new statistics components, follow the link :
: http://wiki.apache.org/solr/StatsComponent
: But it's for solr 1.4.

there haven't been many changes on the trunk since 1.3 that StatsComponent 
would depend on, you can probably use it as is.

: Does anyone have any idea?

assuming the field you want the min/max for are stored, you can do 
multiple hits sorted on that field to get the highest and lowest value.



-Hoss

Reply via email to