org.elasticsearch.index.field.data
Interface NumericFieldData.LongValueInDocProc

All Known Implementing Classes:
BoundedCountHistogramFacetCollector.HistogramProc, BoundedValueHistogramFacetCollector.HistogramProc, BoundedValueScriptHistogramFacetCollector.HistogramProc
Enclosing class:
NumericFieldData<Doc extends NumericDocFieldData>

public static interface NumericFieldData.LongValueInDocProc


Method Summary
 void onValue(int docId, long value)
           
 

Method Detail

onValue

void onValue(int docId,
             long value)