Uses of Class
org.elasticsearch.index.field.data.bytes.ByteFieldData

Packages that use ByteFieldData
org.elasticsearch.index.field.data.bytes   
org.elasticsearch.search.facet.terms.bytes   
 

Uses of ByteFieldData in org.elasticsearch.index.field.data.bytes
 

Subclasses of ByteFieldData in org.elasticsearch.index.field.data.bytes
 class MultiValueByteFieldData
           
 class SingleValueByteFieldData
           
 

Methods in org.elasticsearch.index.field.data.bytes that return ByteFieldData
static ByteFieldData ByteFieldData.load(org.apache.lucene.index.IndexReader reader, String field)
           
 ByteFieldData ByteFieldDataType.load(org.apache.lucene.index.IndexReader reader, String fieldName)
           
 

Constructors in org.elasticsearch.index.field.data.bytes with parameters of type ByteFieldData
ByteDocFieldData(ByteFieldData fieldData)
           
 

Uses of ByteFieldData in org.elasticsearch.search.facet.terms.bytes
 

Constructors in org.elasticsearch.search.facet.terms.bytes with parameters of type ByteFieldData
TermsByteOrdinalsFacetCollector.ReaderAggregator(ByteFieldData fieldData)
           
 



Copyright © 2009-2012. All Rights Reserved.