org.elasticsearch.index.field.data.shorts
Interface ShortFieldData.ValueInDocProc

All Known Implementing Classes:
TermsShortFacetCollector.AggregatorValueProc, TermsShortFacetCollector.StaticAggregatorValueProc
Enclosing class:
ShortFieldData

public static interface ShortFieldData.ValueInDocProc


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

Method Detail

onValue

void onValue(int docId,
             short value)

onMissing

void onMissing(int docId)


Copyright © 2009-2012. All Rights Reserved.