Uses of Class
org.apache.lucene.search.grouping.AllGroupHeadsCollector.GroupHead
-
Packages that use AllGroupHeadsCollector.GroupHead Package Description org.apache.lucene.search.grouping Grouping. -
-
Uses of AllGroupHeadsCollector.GroupHead in org.apache.lucene.search.grouping
Subclasses of AllGroupHeadsCollector.GroupHead in org.apache.lucene.search.grouping Modifier and Type Class Description private static classAllGroupHeadsCollector.ScoringGroupHead<T>private static classAllGroupHeadsCollector.SortingGroupHead<T>Fields in org.apache.lucene.search.grouping with type parameters of type AllGroupHeadsCollector.GroupHead Modifier and Type Field Description protected java.util.Map<T,AllGroupHeadsCollector.GroupHead<T>>AllGroupHeadsCollector. headsMethods in org.apache.lucene.search.grouping that return AllGroupHeadsCollector.GroupHead Modifier and Type Method Description protected 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.GroupHead Modifier and Type Method Description protected java.util.Collection<? extends AllGroupHeadsCollector.GroupHead<T>>AllGroupHeadsCollector. getCollectedGroupHeads()Returns the collected group heads.
-