public static class ValueScriptDateHistogramFacetExecutor.DateHistogramProc extends LongFacetAggregatorBase
Modifier and Type | Field and Description |
---|---|
protected SearchScript |
valueScript |
Constructor and Description |
---|
DateHistogramProc(Rounding tzRounding,
SearchScript valueScript,
com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullDateHistogramFacet.FullEntry> entries) |
Modifier and Type | Method and Description |
---|---|
void |
onValue(int docId,
long value) |
missing, onDoc, total
protected final SearchScript valueScript
public DateHistogramProc(Rounding tzRounding, SearchScript valueScript, com.carrotsearch.hppc.LongObjectOpenHashMap<InternalFullDateHistogramFacet.FullEntry> entries)
public void onValue(int docId, long value)
onValue
in class LongFacetAggregatorBase
Copyright © 2009–2015. All rights reserved.