Re: Solr Grouping, Aggregations and Custom Functions

2016-09-08 Thread Roshni
compound functions are on the roadmap. Joel Bernstein http://joelsolr.blogspot.com/ -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Grouping-Aggregations-and-Custom-Functions-tp4295093p4295181.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Grouping, Aggregations and Custom Functions

2016-09-08 Thread Praveen Babu
Hi Joel Bernstein, Thanks for the update .If you guys get chance to provide that feature soon, it will be more benefit to the solr users. Regards, S.Praveen Technical Architech LinkedIn: https://www.linkedin.com/in/praveen-babu-73232889?trk=nav_responsive_tab_profile On Thu, Sep 8, 2016 at 5

Re: Solr Grouping, Aggregations and Custom Functions

2016-09-08 Thread Joel Bernstein
Parallel SQL only supports the following functions currently: (SUM, AVG, MIN, MAX, COUNT). More functions and compound functions are on the roadmap. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Sep 8, 2016 at 12:11 AM, Praveen Babu wrote: > Hi All, > > I am also new to Solr and I have

Re: Solr Grouping, Aggregations and Custom Functions

2016-09-07 Thread Praveen Babu
Hi All, I am also new to Solr and I have gone through Solr document and tested agg using Solr- Prasto ( Parallel sql), Stream. I am getting very good response using these 2 technologies. But my worries are, unable to Group By Multivalue field which Solr standard api does but not latest version of

Solr Grouping, Aggregations and Custom Functions

2016-09-07 Thread Roshni Rajagopal
Hi Solr Gurus, I have these requirements 1. Need to group data in solr on multiple fields and compute agregations like SUM (field) 2. Need to compute some custom calculations - sum(field1)/sum(field2) on the grouped data. Options Ive tried 1. Group- this does not allow to group by more