Module org.elasticsearch.server
Class LeafDoubleFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafDoubleFieldData
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- org.apache.lucene.util.Accountable,- Releasable,- LeafFieldData,- LeafNumericFieldData
- Direct Known Subclasses:
- DoubleScriptFieldData.DoubleScriptLeafFieldData
Specialization of 
LeafNumericFieldData for floating-point numerics.- 
Field SummaryFields inherited from interface org.apache.lucene.util.AccountableNULL_ACCOUNTABLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal SortedBinaryDocValuesReturn a String representation of the values.getFormattedValues(DocValueFormat format) Return a formatted representation of the valuesfinal org.apache.lucene.index.SortedNumericDocValuesGet an integer view of the values of this segment.longMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.AccountablegetChildResourcesMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldDataclose, getScriptFieldFactoryMethods inherited from interface org.elasticsearch.index.fielddata.LeafNumericFieldDatagetDoubleValues
- 
Constructor Details- 
LeafDoubleFieldDatapublic LeafDoubleFieldData()
 
- 
- 
Method Details- 
ramBytesUsedpublic long ramBytesUsed()- Specified by:
- ramBytesUsedin interface- org.apache.lucene.util.Accountable
 
- 
getBytesValuesDescription copied from interface:LeafFieldDataReturn a String representation of the values.- Specified by:
- getBytesValuesin interface- LeafFieldData
 
- 
getLongValuespublic final org.apache.lucene.index.SortedNumericDocValues getLongValues()Description copied from interface:LeafNumericFieldDataGet an integer view of the values of this segment. If the implementation stores floating-point numbers then these values will return the same values but casted to longs.- Specified by:
- getLongValuesin interface- LeafNumericFieldData
 
- 
getFormattedValuesDescription copied from interface:LeafFieldDataReturn a formatted representation of the values- Specified by:
- getFormattedValuesin interface- LeafFieldData
 
 
-