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, total
public 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 HashedAggregator
Copyright © 2009–2015. All rights reserved.