Uses of Class
org.apache.lucene.search.grouping.GroupSelector
-
Packages that use GroupSelector Package Description org.apache.lucene.search.grouping -
-
Uses of GroupSelector in org.apache.lucene.search.grouping
Methods in org.apache.lucene.search.grouping that return GroupSelector Modifier and Type Method Description GroupSelector<T>FirstPassGroupingCollector. getGroupSelector()Constructors in org.apache.lucene.search.grouping with parameters of type GroupSelector Constructor Description FirstPassGroupingCollector(GroupSelector<T> groupSelector, Sort groupSort, int topNGroups)Create the first pass collector.
-