public abstract class AbstractDistinctValuesCollector<GC extends AbstractDistinctValuesCollector.GroupCount<?>> extends SimpleCollector
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractDistinctValuesCollector.GroupCount<GROUP_VALUE_TYPE>
Returned by
getGroups(),
representing the value and set of distinct values for the group. |
| Constructor and Description |
|---|
AbstractDistinctValuesCollector() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<GC> |
getGroups()
Returns all unique values for each top N group.
|
collect, doSetNextReader, getLeafCollector, setScorerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsScoresCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.