Class BinaryDVLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.BinaryDVLeafFieldData
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,org.elasticsearch.core.Releasable
,LeafFieldData
LeafFieldData
impl on top of Lucene's binary doc values.-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
ConstructorDescriptionBinaryDVLeafFieldData(org.apache.lucene.index.LeafReader reader, String field)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Return a String representation of the values.Collection<org.apache.lucene.util.Accountable>
Returns field values for use in scripting.long
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getFormattedValues
-
Constructor Details
-
BinaryDVLeafFieldData
-
-
Method Details
-
getBytesValues
Description copied from interface:LeafFieldData
Return a String representation of the values.- Specified by:
getBytesValues
in interfaceLeafFieldData
-
getScriptValues
Description copied from interface:LeafFieldData
Returns field values for use in scripting.- Specified by:
getScriptValues
in interfaceLeafFieldData
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceorg.elasticsearch.core.Releasable
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsed
in interfaceorg.apache.lucene.util.Accountable
-
getChildResources
- Specified by:
getChildResources
in interfaceorg.apache.lucene.util.Accountable
-