| 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 | Method and Description |
|---|---|
abstract List<DistinctValuesCollector.GroupCount<T>> |
DistinctValuesCollector.getGroups()
Returns all unique values for each top N group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DistinctValuesCollector.GroupCount<MutableValue>> |
FunctionDistinctValuesCollector.getGroups() |
| Modifier and Type | Class and Description |
|---|---|
static class |
TermDistinctValuesCollector.TermGroupCount
Holds distinct values for a single group.
|
| Modifier and Type | Method and Description |
|---|---|
List<DistinctValuesCollector.GroupCount<BytesRef>> |
TermDistinctValuesCollector.getGroups() |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.