org.elasticsearch.index.field.data.shorts
Class ShortFieldDataType

java.lang.Object
  extended by org.elasticsearch.index.field.data.shorts.ShortFieldDataType
All Implemented Interfaces:
FieldDataType<ShortFieldData>

public class ShortFieldDataType
extends Object
implements FieldDataType<ShortFieldData>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.field.data.FieldDataType
FieldDataType.DefaultTypes, FieldDataType.ExtendedFieldComparatorSource
 
Constructor Summary
ShortFieldDataType()
           
 
Method Summary
 ShortFieldData load(org.apache.lucene.index.IndexReader reader, String fieldName)
           
 FieldDataType.ExtendedFieldComparatorSource newFieldComparatorSource(FieldDataCache cache, String missing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortFieldDataType

public ShortFieldDataType()
Method Detail

newFieldComparatorSource

public FieldDataType.ExtendedFieldComparatorSource newFieldComparatorSource(FieldDataCache cache,
                                                                            String missing)
Specified by:
newFieldComparatorSource in interface FieldDataType<ShortFieldData>

load

public ShortFieldData load(org.apache.lucene.index.IndexReader reader,
                           String fieldName)
                    throws IOException
Specified by:
load in interface FieldDataType<ShortFieldData>
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.