Interface LeafOrdinalsFieldData
- All Superinterfaces:
org.apache.lucene.util.Accountable,AutoCloseable,Closeable,LeafFieldData,org.elasticsearch.core.Releasable
- All Known Implementing Classes:
AbstractLeafOrdinalsFieldData,KeyedFlattenedLeafFieldData,PagedBytesLeafFieldData,SortedSetBytesLeafFieldData
Specialization of
LeafFieldData for data that is indexed with
ordinals.-
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.index.SortedSetDocValuesReturn the ordinals values for the current atomic reader.Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsedMethods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getBytesValues, getFormattedValues, getScriptValuesMethods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
getOrdinalsValues
org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()Return the ordinals values for the current atomic reader.
-