org.elasticsearch.index.field.data.ints
Class IntFieldDataType

java.lang.Object
  extended by org.elasticsearch.index.field.data.ints.IntFieldDataType
All Implemented Interfaces:
FieldDataType<IntFieldData>

public class IntFieldDataType
extends java.lang.Object
implements FieldDataType<IntFieldData>


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.index.field.data.FieldDataType
FieldDataType.DefaultTypes
 
Constructor Summary
IntFieldDataType()
           
 
Method Summary
 java.lang.Class<IntFieldData> fieldDataClass()
           
 IntFieldData 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

IntFieldDataType

public IntFieldDataType()
Method Detail

fieldDataClass

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

newFieldComparatorSource

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

load

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