Uses of Class
org.apache.lucene.search.grouping.AllGroupHeadsCollector
-
Packages that use AllGroupHeadsCollector Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of AllGroupHeadsCollector in org.apache.lucene.search.grouping
Subclasses of AllGroupHeadsCollector in org.apache.lucene.search.grouping Modifier and Type Class Description private static class
AllGroupHeadsCollector.ScoringGroupHeadsCollector<T>
Specialized implementation for sorting by scoreprivate static class
AllGroupHeadsCollector.SortingGroupHeadsCollector<T>
General implementation using aFieldComparator
to select the group headMethods in org.apache.lucene.search.grouping that return AllGroupHeadsCollector Modifier and Type Method Description static <T> AllGroupHeadsCollector<T>
AllGroupHeadsCollector. newCollector(GroupSelector<T> selector, Sort sort)
Create a new AllGroupHeadsCollector based on the type of within-group Sort required
-