org.elasticsearch.index.field.data.floats
Class FloatFieldDataType

java.lang.Object
  extended by org.elasticsearch.index.field.data.floats.FloatFieldDataType
All Implemented Interfaces:
FieldDataType<FloatFieldData>

public class FloatFieldDataType
extends java.lang.Object
implements FieldDataType<FloatFieldData>


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

FloatFieldDataType

public FloatFieldDataType()
Method Detail

fieldDataClass

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

newFieldComparatorSource

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

load

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