Uses of Interface
org.elasticsearch.index.field.data.NumericFieldData.MissingDoubleValueInDocProc

Packages that use NumericFieldData.MissingDoubleValueInDocProc
org.elasticsearch.index.field.data   
org.elasticsearch.index.field.data.bytes   
org.elasticsearch.index.field.data.doubles   
org.elasticsearch.index.field.data.floats   
org.elasticsearch.index.field.data.ints   
org.elasticsearch.index.field.data.longs   
org.elasticsearch.index.field.data.shorts   
org.elasticsearch.search.facet.statistical   
org.elasticsearch.search.facet.termsstats.doubles   
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data
 

Methods in org.elasticsearch.index.field.data with parameters of type NumericFieldData.MissingDoubleValueInDocProc
abstract  void NumericFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data.bytes
 

Methods in org.elasticsearch.index.field.data.bytes with parameters of type NumericFieldData.MissingDoubleValueInDocProc
 void SingleValueByteFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 void MultiValueByteFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data.doubles
 

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

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data.floats
 

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

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data.ints
 

Methods in org.elasticsearch.index.field.data.ints with parameters of type NumericFieldData.MissingDoubleValueInDocProc
 void SingleValueIntFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 void MultiValueIntFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data.longs
 

Methods in org.elasticsearch.index.field.data.longs with parameters of type NumericFieldData.MissingDoubleValueInDocProc
 void MultiValueLongFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 void SingleValueLongFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.index.field.data.shorts
 

Methods in org.elasticsearch.index.field.data.shorts with parameters of type NumericFieldData.MissingDoubleValueInDocProc
 void MultiValueShortFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 void SingleValueShortFieldData.forEachValueInDoc(int docId, NumericFieldData.MissingDoubleValueInDocProc proc)
           
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.search.facet.statistical
 

Classes in org.elasticsearch.search.facet.statistical that implement NumericFieldData.MissingDoubleValueInDocProc
static class StatisticalFacetCollector.StatsProc
           
static class StatisticalFieldsFacetCollector.StatsProc
           
 

Uses of NumericFieldData.MissingDoubleValueInDocProc in org.elasticsearch.search.facet.termsstats.doubles
 

Classes in org.elasticsearch.search.facet.termsstats.doubles that implement NumericFieldData.MissingDoubleValueInDocProc
static class TermsStatsDoubleFacetCollector.Aggregator
           
static class TermsStatsDoubleFacetCollector.ScriptAggregator
           
 



Copyright © 2009-2012. All Rights Reserved.