I am grouping documents on a field and would like to retrieve documents where the number of items in a group matches a specific value or a range.
I haven't been able to experiment with all new functionality, but I wanted to see if this is possible without having to calculate the count and add it at index time as a field. Does anyone have any ideas? Thanks in advance