Re: Aggregate functions

2019-02-05 Thread naga pradeep dhulipalla
Hey, Thanks for the reply. I had gone through the link but unable to understand how can i use facets in the following query Select duration from tableName where solr_query='{"q":"(appName:\"test\")"}' I want the query something like Select SUM(duration) from tableName where solr_query='{"q":"(a

Re: Aggregate functions

2019-01-28 Thread Scott Stults
Yes. Have a look at the Facet API: https://lucene.apache.org/solr/guide/7_5/json-facet-api.html On Mon, Jan 28, 2019 at 6:07 AM naga pradeep dhulipalla < naga.prade...@gmail.com> wrote: > Hi Team, > > > > Can we use SUM aggregate function in our SOLR queries. If not is there an > alternative to

RE: aggregate functions in Solr?

2011-09-27 Thread Steve McKay
> -Original Message- > From: Esteban Donato [mailto:esteban.don...@gmail.com] > Sent: Monday, September 26, 2011 2:08 PM > To: solr-user@lucene.apache.org > Subject: aggregate functions in Solr? > > Hello guys, > >   I need to implement a functionality which requires something similar > t