Module org.elasticsearch.server
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
,Releasable
,LeafFieldData
,LeafNumericFieldData
- Enclosing class:
DoubleScriptFieldData
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Method Summary
Modifier and TypeMethodDescriptionReturn a floating-point view of the values in this segment.getScriptFieldFactory
(String name) Methods inherited from class org.elasticsearch.index.fielddata.plain.LeafDoubleFieldData
getBytesValues, getFormattedValues, getLongValues, ramBytesUsed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources
Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
close
-
Field Details
-
toScriptFieldFactory
-
-
Method Details
-
getDoubleValues
Description copied from interface:LeafNumericFieldData
Return 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. -
getScriptFieldFactory
Description copied from interface:LeafFieldData
-