Class SortedSetBytesLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
org.elasticsearch.index.fielddata.plain.SortedSetBytesLeafFieldData
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.lucene.util.Accountable
,Releasable
,LeafFieldData
,LeafOrdinalsFieldData
An
LeafFieldData
implementation that uses Lucene SortedSetDocValues
.-
Field Summary
Fields inherited from class org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
DEFAULT_SCRIPT_FUNCTION
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Collection<org.apache.lucene.util.Accountable>
org.apache.lucene.index.SortedSetDocValues
Return the ordinals values for the current atomic reader.long
Methods inherited from class org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
empty, getBytesValues, getScriptValues
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, getScriptField
-
Method Details
-
getOrdinalsValues
public org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()Description copied from interface:LeafOrdinalsFieldData
Return the ordinals values for the current atomic reader. -
close
public void close() -
ramBytesUsed
public long ramBytesUsed() -
getChildResources
-