Re: sorting groups on the basis of average of a field in documents

2020-01-13 Thread Saurabh Sharma
Hi Erick, I am using json facets and was able to achieve desired result using them. I was looking for some possibilities for same in groups. Doing it using json facets is last option. Thank Saurabh Sharma On Mon, Jan 13, 2020, 7:17 PM Erick Erickson wrote: > This might help: > https://lucene

Re: sorting groups on the basis of average of a field in documents

2020-01-13 Thread Erick Erickson
This might help: https://lucene.apache.org/solr/guide/7_4/json-facet-api.html basically, if you can construct facets that correspond to your groups, you can do some statistical functions on them. Best, Erick > On Jan 13, 2020, at 2:18 AM, Saurabh Sharma > wrote: > > Hi All, > > I have a requ