org.elasticsearch.index.field.data.doubles
Class DoubleFieldDataType

java.lang.Object
  extended by org.elasticsearch.index.field.data.doubles.DoubleFieldDataType
All Implemented Interfaces:
FieldDataType<DoubleFieldData>

public class DoubleFieldDataType
extends Object
implements FieldDataType<DoubleFieldData>


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

DoubleFieldDataType

public DoubleFieldDataType()
Method Detail

newFieldComparatorSource

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

load

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


Copyright © 2009-2012. All Rights Reserved.