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

All Known Implementing Classes:
TermsStatsLongFacetCollector.Aggregator, TermsStatsLongFacetCollector.ScriptAggregator
Enclosing class:
NumericFieldData<Doc extends NumericDocFieldData>

public static interface NumericFieldData.MissingLongValueInDocProc


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

Method Detail

onValue

void onValue(int docId,
             long value)

onMissing

void onMissing(int docId)


Copyright © 2009-2012. All Rights Reserved.