Re: faceted query - min and max numeric values

2009-02-25 Thread Yves Hougardy
Great! This StatComponent exactly meets my needs. Any info about a stable Solr1.4 release date ? Any roadmap somewhere ? Thanks Erik 2009/2/23 Erik Hatcher > Have a look at the StatsComponent, added after Solr 1.3 release though. > You can grab a nightly build to have it built-in. > > More in

Re: faceted query - min and max numeric values

2009-02-23 Thread Erik Hatcher
Have a look at the StatsComponent, added after Solr 1.3 release though. You can grab a nightly build to have it built-in. More info available here: Erik On Feb 23, 2009, at 9:10 AM, Yves Hougardy wrote: Hi,I'm trying to

faceted query - min and max numeric values

2009-02-23 Thread Yves Hougardy
Hi,I'm trying to set up a request with two "query.facet" which would give me the Min a Max prices over all the query results. What i'm interested in is not really the facet counts but those two prices... Faceting on the price field would enumerate all the different prices w/ their facet count. On t