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

All Known Implementing Classes:
HistogramFacetCollector.HistogramProc, KeyValueScriptHistogramFacetCollector.HistogramProc, RangeFacetCollector.RangeProc, StatisticalFacetCollector.StatsProc, StatisticalFieldsFacetCollector.StatsProc
Enclosing class:
NumericFieldData<Doc extends NumericDocFieldData>

public static interface NumericFieldData.DoubleValueInDocProc


Method Summary
 void onValue(int docId, double value)
           
 

Method Detail

onValue

void onValue(int docId,
             double value)