Module org.elasticsearch.server
Class AbstractLeafOrdinalsFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,Releasable
,LeafFieldData
,LeafOrdinalsFieldData
- Direct Known Subclasses:
PagedBytesLeafFieldData
,SortedSetBytesLeafFieldData
-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractLeafOrdinalsFieldData
(ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionstatic LeafOrdinalsFieldData
empty
(ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory) final SortedBinaryDocValues
Return a String representation of the values.getScriptFieldFactory
(String name) 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, ramBytesUsed
Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
close, getFormattedValues
Methods inherited from interface org.elasticsearch.index.fielddata.LeafOrdinalsFieldData
getOrdinalsValues
-
Constructor Details
-
AbstractLeafOrdinalsFieldData
protected AbstractLeafOrdinalsFieldData(ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory)
-
-
Method Details
-
getScriptFieldFactory
Description copied from interface:LeafFieldData
- Specified by:
getScriptFieldFactory
in interfaceLeafFieldData
-
getBytesValues
Description copied from interface:LeafFieldData
Return a String representation of the values.- Specified by:
getBytesValues
in interfaceLeafFieldData
-
empty
public static LeafOrdinalsFieldData empty(ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory)
-