| Package | Description |
|---|---|
| org.apache.lucene.search.grouping.function |
Support for grouping by {org.apache.lucene.queries.function.ValueSource}.
|
| org.apache.lucene.search.grouping.term |
Support for grouping by indexed terms via {org.apache.lucene.search.FieldCache}.
|
| 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-2013 Apache Software Foundation. All Rights Reserved.