Hello, I have a query which group my documents based on a field. The returned groups could have any number of documents. If you take a look to one of the groups, you'll see something like:
"groupValue": "<grouping field value>", "doclist": { *"numFound": 3,* "start": 0, "docs": [ { ..... There's a way to return only the groups which has this *numFound* greater than a specific number, or being between a range? Something with filters... I can't find anything. Thank you in advance. Andrei -- View this message in context: http://lucene.472066.n3.nabble.com/Get-groups-which-has-the-number-of-elements-greater-than-tp4174352.html Sent from the Solr - User mailing list archive at Nabble.com.