Module org.elasticsearch.server
Class StoredFieldIndexFieldData.StoredFieldLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.StoredFieldIndexFieldData.StoredFieldLeafFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,Releasable,LeafFieldData
- Enclosing class:
StoredFieldIndexFieldData<T>
public class StoredFieldIndexFieldData.StoredFieldLeafFieldData
extends Object
implements LeafFieldData
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn a String representation of the values.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.apache.lucene.util.Accountable
getChildResourcesMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
close, getFormattedValues
-
Constructor Details
-
StoredFieldLeafFieldData
-
-
Method Details
-
getScriptFieldFactory
Description copied from interface:LeafFieldData- Specified by:
getScriptFieldFactoryin interfaceLeafFieldData
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsedin interfaceorg.apache.lucene.util.Accountable
-
getBytesValues
Description copied from interface:LeafFieldDataReturn a String representation of the values.- Specified by:
getBytesValuesin interfaceLeafFieldData
-