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 java.lang.Object
implements FieldDataType<ShortFieldData>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.field.data.FieldDataType
FieldDataType.DefaultTypes
 
Constructor Summary
ShortFieldDataType()
           
 
Method Summary
 java.lang.Class<ShortFieldData> fieldDataClass()
           
 ShortFieldData load(org.apache.lucene.index.IndexReader reader, java.lang.String fieldName)
           
 org.apache.lucene.search.FieldComparatorSource newFieldComparatorSource(FieldDataCache cache)
           
 
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

fieldDataClass

public java.lang.Class<ShortFieldData> fieldDataClass()
Specified by:
fieldDataClass in interface FieldDataType<ShortFieldData>

newFieldComparatorSource

public org.apache.lucene.search.FieldComparatorSource newFieldComparatorSource(FieldDataCache cache)
Specified by:
newFieldComparatorSource in interface FieldDataType<ShortFieldData>

load

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