org.elasticsearch.index.field.data
Interface FieldDataType<T extends FieldData>

All Known Implementing Classes:
ByteFieldDataType, DoubleFieldDataType, FloatFieldDataType, GeoPointFieldDataType, IntFieldDataType, LongFieldDataType, ShortFieldDataType, StringFieldDataType

public interface FieldDataType<T extends FieldData>


Nested Class Summary
static class FieldDataType.DefaultTypes
           
static class FieldDataType.ExtendedFieldComparatorSource
           
 
Method Summary
 T load(org.apache.lucene.index.IndexReader reader, String fieldName)
           
 FieldDataType.ExtendedFieldComparatorSource newFieldComparatorSource(FieldDataCache cache, String missing)
           
 

Method Detail

newFieldComparatorSource

FieldDataType.ExtendedFieldComparatorSource newFieldComparatorSource(FieldDataCache cache,
                                                                     @Nullable
                                                                     String missing)

load

T load(org.apache.lucene.index.IndexReader reader,
       String fieldName)
                         throws IOException
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.