Module org.elasticsearch.server
Class BinaryDVLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.BinaryDVLeafFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,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
ConstructorsConstructorDescriptionBinaryDVLeafFieldData(org.apache.lucene.index.LeafReader reader, String field) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Return a String representation of the values.Collection<org.apache.lucene.util.Accountable>getScriptFieldFactory(String name) longMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getFormattedValues
-
Constructor Details
-
BinaryDVLeafFieldData
-
-
Method Details
-
getBytesValues
Description copied from interface:LeafFieldDataReturn a String representation of the values.- Specified by:
getBytesValuesin interfaceLeafFieldData
-
getScriptFieldFactory
Description copied from interface:LeafFieldData- Specified by:
getScriptFieldFactoryin interfaceLeafFieldData
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceReleasable
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
getChildResources
- Specified by:
getChildResourcesin interfaceorg.apache.lucene.util.Accountable
-