Package | Description |
---|---|
org.apache.lucene.search.grouping |
Grouping.
|
Modifier and Type | Class and Description |
---|---|
private static class |
AllGroupHeadsCollector.ScoringGroupHead<T> |
private static class |
AllGroupHeadsCollector.SortingGroupHead<T> |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<T,AllGroupHeadsCollector.GroupHead<T>> |
AllGroupHeadsCollector.heads |
Modifier and Type | Method and 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 scorer
|
protected AllGroupHeadsCollector.GroupHead<T> |
AllGroupHeadsCollector.SortingGroupHeadsCollector.newGroupHead(int doc,
T value,
LeafReaderContext ctx,
Scorable scorer) |
protected AllGroupHeadsCollector.GroupHead<T> |
AllGroupHeadsCollector.ScoringGroupHeadsCollector.newGroupHead(int doc,
T value,
LeafReaderContext context,
Scorable scorer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<? extends AllGroupHeadsCollector.GroupHead<T>> |
AllGroupHeadsCollector.getCollectedGroupHeads()
Returns the collected group heads.
|