Class SortedSetDVBytesAtomicFieldData
- java.lang.Object
-
- org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
-
- org.elasticsearch.index.fielddata.plain.SortedSetDVBytesAtomicFieldData
-
- All Implemented Interfaces:
Closeable,AutoCloseable,Accountable,Releasable,AtomicFieldData,AtomicOrdinalsFieldData
public final class SortedSetDVBytesAtomicFieldData extends AbstractAtomicOrdinalsFieldData
AnAtomicFieldDataimplementation that uses LuceneSortedSetDocValues.
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
DEFAULT_SCRIPT_FUNCTION
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Collection<Accountable>getChildResources()Returns nested resources of this class.SortedSetDocValuesgetOrdinalsValues()Return the ordinals values for the current atomic reader.longramBytesUsed()Return the memory usage of this object in bytes.-
Methods inherited from class org.elasticsearch.index.fielddata.plain.AbstractAtomicOrdinalsFieldData
empty, getBytesValues, getScriptValues
-
-
-
-
Method Detail
-
getOrdinalsValues
public SortedSetDocValues getOrdinalsValues()
Description copied from interface:AtomicOrdinalsFieldDataReturn the ordinals values for the current atomic reader.
-
close
public void close()
-
ramBytesUsed
public long ramBytesUsed()
Description copied from interface:AccountableReturn the memory usage of this object in bytes. Negative values are illegal.
-
getChildResources
public Collection<Accountable> getChildResources()
Description copied from interface:AccountableReturns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).- See Also:
Accountables
-
-