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 Object
implements FieldDataType<FloatFieldData>


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

FloatFieldDataType

public FloatFieldDataType()
Method Detail

newFieldComparatorSource

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

load

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


Copyright © 2009-2012. All Rights Reserved.