public static class TermsStatsStringFacetExecutor.Aggregator extends HashedAggregator
| Modifier and Type | Class and Description |
|---|---|
static class |
TermsStatsStringFacetExecutor.Aggregator.ValueAggregator |
HashedAggregator.BytesRefCountIterator| Constructor and Description |
|---|
Aggregator(com.carrotsearch.hppc.ObjectObjectOpenHashMap<HashedBytesRef,InternalTermsStatsStringFacet.StringEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
onValue(int docId,
org.apache.lucene.util.BytesRef value,
int hashCode) |
addValue, buildFacet, getIter, isEmpty, missing, onDoc, release, totalpublic Aggregator(com.carrotsearch.hppc.ObjectObjectOpenHashMap<HashedBytesRef,InternalTermsStatsStringFacet.StringEntry> entries)
public void onValue(int docId,
org.apache.lucene.util.BytesRef value,
int hashCode)
onValue in class HashedAggregatorCopyright © 2009–2016. All rights reserved.