Interface LeafOrdinalsFieldData
- All Superinterfaces:
org.apache.lucene.util.Accountable
,AutoCloseable
,Closeable
,LeafFieldData
,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.SortedSetDocValues
Return the ordinals values for the current atomic reader.Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources, ramBytesUsed
Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getBytesValues, getFormattedValues, getScriptField, getScriptValues
Methods 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.
-