Uses of Interface
org.elasticsearch.index.field.data.shorts.ShortFieldData.ValueInDocProc

Packages that use ShortFieldData.ValueInDocProc
org.elasticsearch.index.field.data.shorts   
org.elasticsearch.search.facet.terms.shorts   
 

Uses of ShortFieldData.ValueInDocProc in org.elasticsearch.index.field.data.shorts
 

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

Uses of ShortFieldData.ValueInDocProc in org.elasticsearch.search.facet.terms.shorts
 

Classes in org.elasticsearch.search.facet.terms.shorts that implement ShortFieldData.ValueInDocProc
static class TermsShortFacetCollector.AggregatorValueProc
           
static class TermsShortFacetCollector.StaticAggregatorValueProc
           
 



Copyright © 2009-2012. All Rights Reserved.