Uses of Interface
org.elasticsearch.index.field.data.floats.FloatFieldData.ValueInDocProc

Packages that use FloatFieldData.ValueInDocProc
org.elasticsearch.index.field.data.floats   
org.elasticsearch.search.facet.terms.floats   
 

Uses of FloatFieldData.ValueInDocProc in org.elasticsearch.index.field.data.floats
 

Methods in org.elasticsearch.index.field.data.floats with parameters of type FloatFieldData.ValueInDocProc
 void SingleValueFloatFieldData.forEachValueInDoc(int docId, FloatFieldData.ValueInDocProc proc)
           
abstract  void FloatFieldData.forEachValueInDoc(int docId, FloatFieldData.ValueInDocProc proc)
           
 void MultiValueFloatFieldData.forEachValueInDoc(int docId, FloatFieldData.ValueInDocProc proc)
           
 

Uses of FloatFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.floats
 

Classes in org.elasticsearch.search.facet.terms.floats that implement FloatFieldData.ValueInDocProc
static class TermsFloatFacetCollector.AggregatorValueProc
           
static class TermsFloatFacetCollector.StaticAggregatorValueProc
           
 



Copyright © 2009-2012. All Rights Reserved.