public static class ValueScriptHistogramFacetExecutor.HistogramProc extends DoubleFacetAggregatorBase
| Constructor and Description |
|---|
HistogramProc(long interval,
SearchScript valueScript,
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,
SearchScript valueScript,
com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullHistogramFacet.FullEntry> entries)
public void onValue(int docId,
double value)
onValue in class DoubleFacetAggregatorBaseCopyright © 2009–2016. All rights reserved.