Interface LeafOrdinalsFieldData
- All Superinterfaces:
org.apache.lucene.util.Accountable,java.lang.AutoCloseable,java.io.Closeable,LeafFieldData,Releasable
- All Known Implementing Classes:
AbstractLeafOrdinalsFieldData,PagedBytesLeafFieldData,SortedSetBytesLeafFieldData
public interface LeafOrdinalsFieldData extends LeafFieldData
Specialization of
LeafFieldData for data that is indexed with
ordinals.-
Field Summary
-
Method Summary
Modifier and Type Method Description org.apache.lucene.index.SortedSetDocValuesgetOrdinalsValues()Return the ordinals values for the current atomic reader.Methods inherited from interface org.elasticsearch.index.fielddata.LeafFieldData
getBytesValues, getLeafValueFetcher, getScriptValues
-
Method Details
-
getOrdinalsValues
org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()Return the ordinals values for the current atomic reader.
-