org.elasticsearch.index.field.data.floats
Interface FloatFieldData.ValueProc

All Known Implementing Classes:
TermsFloatFacetCollector.AggregatorValueProc, TermsFloatFacetCollector.StaticAggregatorValueProc
Enclosing class:
FloatFieldData

public static interface FloatFieldData.ValueProc


Method Summary
 void onValue(float value)
           
 

Method Detail

onValue

void onValue(float value)


Copyright © 2009-2012. All Rights Reserved.