Re: Grouping and Averages

2012-07-07 Thread Walter Underwood
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. > >

Re: Grouping and Averages

2012-07-07 Thread Jeremy Branham
-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

Re: Grouping and Averages

2012-07-07 Thread Jason Rutherglen
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

Re: Grouping and Averages

2012-07-07 Thread Jeremy Branham
://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

Re: Grouping and Averages

2012-07-07 Thread Jason Rutherglen
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

Re: Grouping and Averages

2012-07-07 Thread Walter Underwood
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

Re: Grouping and Averages

2012-07-07 Thread Jeremy Branham
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

Re: Grouping and Averages

2012-07-07 Thread Jack Krupansky
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