public static final class ValueHistogramFacetExecutor.HistogramProc extends DoubleFacetAggregatorBase
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueHistogramFacetExecutor.HistogramProc.ValueAggregator |
| Constructor and Description |
|---|
HistogramProc(long interval,
com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullHistogramFacet.FullEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
onValue(int docId,
double value) |
missing, onDoc, totalpublic HistogramProc(long interval,
com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullHistogramFacet.FullEntry> entries)
public void onValue(int docId,
double value)
onValue in class DoubleFacetAggregatorBaseCopyright © 2009–2016. All rights reserved.