Uses of Interface
org.elasticsearch.index.field.data.longs.LongFieldData.ValueInDocProc

Packages that use LongFieldData.ValueInDocProc
org.elasticsearch.index.field.data.longs   
org.elasticsearch.search.facet.terms.ip   
org.elasticsearch.search.facet.terms.longs   
 

Uses of LongFieldData.ValueInDocProc in org.elasticsearch.index.field.data.longs
 

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

Uses of LongFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.ip
 

Classes in org.elasticsearch.search.facet.terms.ip that implement LongFieldData.ValueInDocProc
static class TermsIpFacetCollector.AggregatorValueProc
           
static class TermsIpFacetCollector.StaticAggregatorValueProc
           
 

Uses of LongFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.longs
 

Classes in org.elasticsearch.search.facet.terms.longs that implement LongFieldData.ValueInDocProc
static class TermsLongFacetCollector.AggregatorValueProc
           
static class TermsLongFacetCollector.StaticAggregatorValueProc
           
 



Copyright © 2009-2012. All Rights Reserved.