Uses of Class
org.apache.lucene.search.grouping.DistinctValuesCollector.GroupCount
-
Packages that use DistinctValuesCollector.GroupCount Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of DistinctValuesCollector.GroupCount in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping that return types with arguments of type DistinctValuesCollector.GroupCount Modifier and Type Method Description java.util.List<DistinctValuesCollector.GroupCount<T,R>>
DistinctValuesCollector. getGroups()
Returns all unique values for each top N group.
-