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 TypeMethodDescriptionCollection
<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, getScriptFieldFactory
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
close, 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
-
ramBytesUsed
public long ramBytesUsed() -
getChildResources
-
getOrdinalsValues
public org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()Description copied from interface:LeafOrdinalsFieldData
Return the ordinals values for the current atomic reader.
-