Hi, I'm using this sample query to group the result set by category:
q=test&group=true&group.field=category This works as expected and I get this sample response: "response": {"numFound":1,"start":0,"docs":[ { ... } {"numFound":6,"start":0,"docs":[ { ... } {"numFound":3,"start":0,"docs":[ { ... } However, I can't find a way to specify the sort order of the groups by number of docs each group has ("numFound field). I think the "sort" param has something to do with it, but I don't know how to use it. Any help will be greatly appreciated! -- View this message in context: http://lucene.472066.n3.nabble.com/Sorting-groups-by-numFound-group-size-tp3315740p3315740.html Sent from the Solr - User mailing list archive at Nabble.com.