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, total
public HistogramProc(long interval, com.carrotsearch.hppc.LongLongOpenHashMap counts)
public void onValue(int docId, double value)
onValue
in class DoubleFacetAggregatorBase
public com.carrotsearch.hppc.LongLongOpenHashMap counts()
Copyright © 2009–2015. All rights reserved.