public static class TermsStatsDoubleFacetExecutor.Aggregator extends DoubleFacetAggregatorBase
Modifier and Type | Class and Description |
---|---|
static class |
TermsStatsDoubleFacetExecutor.Aggregator.ValueAggregator |
Constructor and Description |
---|
Aggregator(com.carrotsearch.hppc.DoubleObjectOpenHashMap<InternalTermsStatsDoubleFacet.DoubleEntry> entries) |
Modifier and Type | Method and Description |
---|---|
void |
onValue(int docId,
double value) |
missing, onDoc, total
public Aggregator(com.carrotsearch.hppc.DoubleObjectOpenHashMap<InternalTermsStatsDoubleFacet.DoubleEntry> entries)
public void onValue(int docId, double value)
onValue
in class DoubleFacetAggregatorBase
Copyright © 2009–2015. All rights reserved.