Re: Solr Grouping, Aggregations and Custom Functions

2016-09-08 Thread Roshni
Hi Joel, Thanks for responding. For full fledged data analytics powered by solr, group by and aggregations are needed. The basic aggregations are available- but we often have calculated fields like the one I mentioned sum (a)/sum(b). It will be cool to have these in solr. Such calculations cann

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