Module org.elasticsearch.server
Class BooleanScriptFieldData.BooleanScriptLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafLongFieldData
org.elasticsearch.index.fielddata.BooleanScriptFieldData.BooleanScriptLeafFieldData
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,Releasable
,LeafFieldData
,LeafNumericFieldData
- Enclosing class:
- BooleanScriptFieldData
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ToScriptFieldFactory<org.apache.lucene.index.SortedNumericDocValues>
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
org.apache.lucene.index.SortedNumericDocValues
Get an integer view of the values of this segment.getScriptFieldFactory
(String name) Methods inherited from class org.elasticsearch.index.fielddata.plain.LeafLongFieldData
getBytesValues, getDoubleValues, getFormattedValues, 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
-
Field Details
-
toScriptFieldFactory
protected final ToScriptFieldFactory<org.apache.lucene.index.SortedNumericDocValues> toScriptFieldFactory
-
-
Method Details
-
getLongValues
public org.apache.lucene.index.SortedNumericDocValues getLongValues()Description copied from interface:LeafNumericFieldData
Get 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. -
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceReleasable
- Overrides:
close
in classLeafLongFieldData
-
getScriptFieldFactory
Description copied from interface:LeafFieldData
-