You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by eShard <zi...@yahoo.com> on 2013/05/15 20:45:36 UTC

How to aggregate data in solr 4.0?

Good afternoon,
Does anyone know of a good tutorial on how to perform SQL like aggregation
in solr queries?

Thanks,




--
View this message in context: http://lucene.472066.n3.nabble.com/How-to-aggregate-data-in-solr-4-0-tp4063584.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to aggregate data in solr 4.0?

Posted by Jack Krupansky <ja...@basetechnology.com>.
The Solr "stats" search component does some basic aggregates: min, max, 
count, sum, average, mean, sum of squares, standard deviation:

http://wiki.apache.org/solr/StatsComponent

-- Jack Krupansky

-----Original Message----- 
From: eShard
Sent: Wednesday, May 15, 2013 2:45 PM
To: solr-user@lucene.apache.org
Subject: How to aggregate data in solr 4.0?

Good afternoon,
Does anyone know of a good tutorial on how to perform SQL like aggregation
in solr queries?

Thanks,




--
View this message in context: 
http://lucene.472066.n3.nabble.com/How-to-aggregate-data-in-solr-4-0-tp4063584.html
Sent from the Solr - User mailing list archive at Nabble.com.