public static final class CountHistogramFacetExecutor.HistogramProc extends DoubleFacetAggregatorBase
| Constructor and Description |
|---|
HistogramProc(long interval,
com.carrotsearch.hppc.LongLongOpenHashMap counts) |
| Modifier and Type | Method and Description |
|---|---|
com.carrotsearch.hppc.LongLongOpenHashMap |
counts() |
void |
onValue(int docId,
double value) |
missing, onDoc, totalpublic HistogramProc(long interval,
com.carrotsearch.hppc.LongLongOpenHashMap counts)
public void onValue(int docId,
double value)
onValue in class DoubleFacetAggregatorBasepublic com.carrotsearch.hppc.LongLongOpenHashMap counts()
Copyright © 2009–2016. All rights reserved.