Uses of Class
org.apache.lucene.search.grouping.AllGroupHeadsCollector.GroupHead
Packages that use AllGroupHeadsCollector.GroupHead
-
Uses of AllGroupHeadsCollector.GroupHead in org.apache.lucene.search.grouping
Subclasses of AllGroupHeadsCollector.GroupHead in org.apache.lucene.search.groupingModifier and TypeClassDescriptionprivate static class
private static class
Fields in org.apache.lucene.search.grouping with type parameters of type AllGroupHeadsCollector.GroupHeadModifier and TypeFieldDescriptionprotected Map
<T, AllGroupHeadsCollector.GroupHead<T>> AllGroupHeadsCollector.heads
Methods in org.apache.lucene.search.grouping that return AllGroupHeadsCollector.GroupHeadModifier and TypeMethodDescriptionprotected abstract AllGroupHeadsCollector.GroupHead
<T> AllGroupHeadsCollector.newGroupHead
(int doc, T value, LeafReaderContext context, Scorable scorer) Create a new GroupHead for the given group value, initialized with a doc, context and scorerprotected AllGroupHeadsCollector.GroupHead
<T> AllGroupHeadsCollector.ScoringGroupHeadsCollector.newGroupHead
(int doc, T value, LeafReaderContext context, Scorable scorer) protected AllGroupHeadsCollector.GroupHead
<T> AllGroupHeadsCollector.SortingGroupHeadsCollector.newGroupHead
(int doc, T value, LeafReaderContext ctx, Scorable scorer) Methods in org.apache.lucene.search.grouping that return types with arguments of type AllGroupHeadsCollector.GroupHeadModifier and TypeMethodDescriptionprotected Collection
<? extends AllGroupHeadsCollector.GroupHead<T>> AllGroupHeadsCollector.getCollectedGroupHeads()
Returns the collected group heads.