Uses of Interface
org.elasticsearch.index.field.data.ints.IntFieldData.ValueInDocProc

Packages that use IntFieldData.ValueInDocProc
org.elasticsearch.index.field.data.ints   
org.elasticsearch.search.facet.terms.ints   
 

Uses of IntFieldData.ValueInDocProc in org.elasticsearch.index.field.data.ints
 

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

Uses of IntFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.ints
 

Classes in org.elasticsearch.search.facet.terms.ints that implement IntFieldData.ValueInDocProc
static class TermsIntFacetCollector.AggregatorValueProc
           
static class TermsIntFacetCollector.StaticAggregatorValueProc
           
 



Copyright © 2009-2012. All Rights Reserved.