gt; To: solr-user@lucene.apache.org
> Subject: Re: Grouping and Averages
>
> I don't think aggregations in the Solr group by are completed yet. There's
> a Lucene or Solr issue implementing group by count that could be adapted to
> implement average for example.
>
>
-Original Message-
From: Jason Rutherglen
Sent: Saturday, July 07, 2012 4:39 PM
To: solr-user@lucene.apache.org
Subject: Re: Grouping and Averages
I don't think aggregations in the Solr group by are completed yet. There's
a Lucene or Solr issue implementing group by count tha
ftware Engineer
> http://LinkedIn.com/in/**JeremyBranham<http://LinkedIn.com/in/JeremyBranham>
> http://jeremybranham.**wordpress.com/<http://jeremybranham.wordpress.com/>
> http://Zeroth.biz
>
> -Original Message- From: Jason Rutherglen
> Sent: Saturday, July 07, 2012 2
://LinkedIn.com/in/JeremyBranham
http://jeremybranham.wordpress.com/
http://Zeroth.biz
-Original Message-
From: Jason Rutherglen
Sent: Saturday, July 07, 2012 2:45 PM
To: solr-user@lucene.apache.org
Subject: Re: Grouping and Averages
Average should be doable in Solr, maybe not today, not sure. Median
Average should be doable in Solr, maybe not today, not sure. Median is the
challenge :) Try Hive.
On Sat, Jul 7, 2012 at 3:34 PM, Walter Underwood wrote:
> It sounds like you need a database for analytics, not a search engine.
>
> Solr cannot do aggregates like that. It can select and group, bu
It sounds like you need a database for analytics, not a search engine.
Solr cannot do aggregates like that. It can select and group, but to calculate
averages you'll need to fetch all the results over the network and calculate
them yourself.
wunder
On Jul 7, 2012, at 9:05 AM, Jeremy Branham wr
Thanks Jack!
Jeremy Branham
Software Engineer
http://LinkedIn.com/in/JeremyBranham
http://jeremybranham.wordpress.com/
http://Zeroth.biz
-Original Message-
From: Jack Krupansky
Sent: Saturday, July 07, 2012 11:16 AM
To: solr-user@lucene.apache.org
Subject: Re: Grouping and Averages
You can always check the Lucene/Solr archives:
http://mail-archives.apache.org/mod_mbox/lucene-solr-user/
Your message is here:
http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201207.mbox/%3CBAY170-DS274C673A7C82D716E7E000BAED0%40phx.gbl%3E
It does not yet appear to have any responses