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

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Method Summary

    Modifier and Type Method Description
    org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()
    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, getScriptValues

    Methods inherited from interface org.elasticsearch.common.lease.Releasable

    close
  • Method Details

    • getOrdinalsValues

      org.apache.lucene.index.SortedSetDocValues getOrdinalsValues()
      Return the ordinals values for the current atomic reader.