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

Packages that use DoubleFieldData.ValueInDocProc
org.elasticsearch.index.field.data.doubles   
org.elasticsearch.search.facet.terms.doubles   
 

Uses of DoubleFieldData.ValueInDocProc in org.elasticsearch.index.field.data.doubles
 

Methods in org.elasticsearch.index.field.data.doubles with parameters of type DoubleFieldData.ValueInDocProc
 void SingleValueDoubleFieldData.forEachValueInDoc(int docId, DoubleFieldData.ValueInDocProc proc)
           
 void MultiValueDoubleFieldData.forEachValueInDoc(int docId, DoubleFieldData.ValueInDocProc proc)
           
abstract  void DoubleFieldData.forEachValueInDoc(int docId, DoubleFieldData.ValueInDocProc proc)
           
 

Uses of DoubleFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.doubles
 

Classes in org.elasticsearch.search.facet.terms.doubles that implement DoubleFieldData.ValueInDocProc
static class TermsDoubleFacetCollector.AggregatorValueProc
           
static class TermsDoubleFacetCollector.StaticAggregatorValueProc
           
 



Copyright © 2009-2012. All Rights Reserved.