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

Packages that use NumericFieldData.MissingLongValueInDocProc
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.termsstats.longs   
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Uses of NumericFieldData.MissingLongValueInDocProc in org.elasticsearch.search.facet.termsstats.longs
 

Classes in org.elasticsearch.search.facet.termsstats.longs that implement NumericFieldData.MissingLongValueInDocProc
static class TermsStatsLongFacetCollector.Aggregator
           
static class TermsStatsLongFacetCollector.ScriptAggregator
           
 



Copyright © 2009-2012. All Rights Reserved.