on) from tableName where solr_query='{"q":"(appName:\"
test\")"}'
Can you help on this.
On Mon, Jan 28, 2019 at 5:55 PM Scott Stults <
sstu...@opensourceconnections.com> wrote:
> Yes. Have a look at the Facet API:
> https://lucene.apache.org/solr
Hi Team,
Can we use SUM aggregate function in our SOLR queries. If not is there an
alternative to achieve this.
My sample query looks like this as mentioned below.
Select duration from tableName where solr_query='{"q":"(appName:\"test\")"}'
I need the aggregate SUM value of duration colum