Is it possible to SUM in a Group query?I am using the Solr group function and
it's retrieving the results.Now, I want to SUM the numeric field.Is it possible.
My query is like
this-http://localhost:8983/solr/glaas/select?%20q=abc%20&fl=TotalInvoices%20&wt=json%20&indent=true%20&debugQuery=true%2
Hi,
I am having some problem whille grouping the result set.I have a solr schema
like this
I am querying the schema and the result is like this
product,Vendor,Invoice
abc,vendor1,49206.758
abc,vendor2,35654.981
abc,vendor2,94861.258
abc,vendo