| 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 | Class and Description |
|---|---|
class |
AbstractDistinctValuesCollector<GC extends AbstractDistinctValuesCollector.GroupCount<?>>
A second pass grouping collector that keeps track of distinct values for a specified field for the top N group.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FunctionDistinctValuesCollector.GroupCount
Holds distinct values for a single group.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TermDistinctValuesCollector.GroupCount
Holds distinct values for a single group.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.