Module org.elasticsearch.server
Class PagedBytesLeafFieldData
java.lang.Object
org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
org.elasticsearch.index.fielddata.plain.PagedBytesLeafFieldData
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.lucene.util.Accountable,Releasable,LeafFieldData,LeafOrdinalsFieldData
-
Field Summary
FieldsFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
ConstructorsConstructorDescriptionPagedBytesLeafFieldData(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedLongValues termOrdToBytesOffset, Ordinals ordinals, ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Collection<org.apache.lucene.util.Accountable>org.apache.lucene.index.SortedSetDocValuesReturn the ordinals values for the current atomic reader.longMethods inherited from class org.elasticsearch.index.fielddata.plain.AbstractLeafOrdinalsFieldData
empty, getBytesValues, getScriptFieldFactoryMethods 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
-
Field Details
-
ordinals
-
-
Constructor Details
-
PagedBytesLeafFieldData
public PagedBytesLeafFieldData(org.apache.lucene.util.PagedBytes.Reader bytes, org.apache.lucene.util.packed.PackedLongValues termOrdToBytesOffset, Ordinals ordinals, ToScriptFieldFactory<org.apache.lucene.index.SortedSetDocValues> toScriptFieldFactory)
-
-
Method Details
-
close
public void close() -
ramBytesUsed
public long ramBytesUsed() -
getChildResources
-
getOrdinalsValues
public org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()Description copied from interface:LeafOrdinalsFieldDataReturn the ordinals values for the current atomic reader.
-