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

All Known Implementing Classes:
StatisticalFacetCollector.StatsProc, StatisticalFieldsFacetCollector.StatsProc, TermsStatsDoubleFacetCollector.Aggregator, TermsStatsDoubleFacetCollector.ScriptAggregator
Enclosing class:
NumericFieldData<Doc extends NumericDocFieldData>

public static interface NumericFieldData.MissingDoubleValueInDocProc


Method Summary
 void onMissing(int docId)
           
 void onValue(int docId, double value)
           
 

Method Detail

onValue

void onValue(int docId,
             double value)

onMissing

void onMissing(int docId)


Copyright © 2009-2012. All Rights Reserved.