Hi Johannes,
Yeah, I could make it world although it would nice if there was a way to
plug in an aggregation function especially with this nice pivoting in 4.0.
Do you know if there an easy way with the stats component to tell it to
bring back only one of those values (ie. sum) back, kinda like the
I meant
stats=true&stats.field=price&stats.facet=category
2012/2/6 Johannes Goll :
> you can use the StatsComponent
>
> http://wiki.apache.org/solr/StatsComponent
>
> with stats=true&stats.price=category&stats.facet=category
>
> and pull the sum fields from the resulting stats facets.
>
> Johanne
you can use the StatsComponent
http://wiki.apache.org/solr/StatsComponent
with stats=true&stats.price=category&stats.facet=category
and pull the sum fields from the resulting stats facets.
Johannes
2012/2/5 Paul Kapla :
> Hi everyone,
> I'm pretty new to solr and I'm not sure if this can even