Class DoubleScriptFieldData.DoubleScriptLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafDoubleFieldData
org.elasticsearch.index.fielddata.DoubleScriptFieldData.DoubleScriptLeafFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,org.elasticsearch.core.Releasable,LeafFieldData,LeafNumericFieldData
- Enclosing class:
- DoubleScriptFieldData
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Return a floating-point view of the values in this segment.Methods inherited from class org.elasticsearch.index.fielddata.plain.LeafDoubleFieldData
empty, getBytesValues, getFormattedValues, getLongValues, getScriptValues, ramBytesUsedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResourcesMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getScriptField
-
Method Details
-
getDoubleValues
Description copied from interface:LeafNumericFieldDataReturn a floating-point view of the values in this segment. If the implementation stored integers then the returned doubles would be the same ones as you would get from casting to a double. -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.core.Releasable- Overrides:
closein classLeafDoubleFieldData
-