| Package | Description |
|---|---|
| org.apache.lucene.search.grouping |
Grouping.
|
| org.apache.lucene.search.grouping.function |
Support for grouping by
ValueSource. |
| org.apache.lucene.search.grouping.term |
Support for grouping by indexed terms via
DocValues. |
| Modifier and Type | Field and Description |
|---|---|
protected SecondPassGroupingCollector.SearchGroupDocs<T>[] |
SecondPassGroupingCollector.groupDocs |
| Modifier and Type | Field and Description |
|---|---|
protected Map<T,SecondPassGroupingCollector.SearchGroupDocs<T>> |
SecondPassGroupingCollector.groupMap |
| Modifier and Type | Method and Description |
|---|---|
protected abstract SecondPassGroupingCollector.SearchGroupDocs<T> |
SecondPassGroupingCollector.retrieveGroup(int doc)
Returns the group the specified doc belongs to or
null if no group could be retrieved. |
| Modifier and Type | Method and Description |
|---|---|
protected SecondPassGroupingCollector.SearchGroupDocs<MutableValue> |
FunctionSecondPassGroupingCollector.retrieveGroup(int doc) |
| Modifier and Type | Method and Description |
|---|---|
protected SecondPassGroupingCollector.SearchGroupDocs<BytesRef> |
TermSecondPassGroupingCollector.retrieveGroup(int doc) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.