Uses of Class
org.elasticsearch.index.field.data.shorts.ShortFieldData

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

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

Subclasses of ShortFieldData in org.elasticsearch.index.field.data.shorts
 class MultiValueShortFieldData
           
 class SingleValueShortFieldData
           
 

Methods in org.elasticsearch.index.field.data.shorts that return ShortFieldData
 ShortFieldData ShortFieldDataType.load(org.apache.lucene.index.IndexReader reader, String fieldName)
           
static ShortFieldData ShortFieldData.load(org.apache.lucene.index.IndexReader reader, String field)
           
 

Constructors in org.elasticsearch.index.field.data.shorts with parameters of type ShortFieldData
ShortDocFieldData(ShortFieldData fieldData)
           
 

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

Constructors in org.elasticsearch.search.facet.terms.shorts with parameters of type ShortFieldData
TermsShortOrdinalsFacetCollector.ReaderAggregator(ShortFieldData fieldData)
           
 



Copyright © 2009-2012. All Rights Reserved.