org.elasticsearch.index.field.data.doubles
Interface DoubleFieldData.ValueInDocProc

All Known Implementing Classes:
TermsDoubleFacetCollector.AggregatorValueProc, TermsDoubleFacetCollector.StaticAggregatorValueProc
Enclosing class:
DoubleFieldData

public static interface DoubleFieldData.ValueInDocProc


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.