| Package | Description |
|---|---|
| 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 |
FunctionDistinctValuesCollector
Function based implementation of
AbstractDistinctValuesCollector. |
| Modifier and Type | Class and Description |
|---|---|
class |
TermDistinctValuesCollector
A term based implementation of
AbstractDistinctValuesCollector that relies
on SortedDocValues to count the distinct values per group. |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.