Interface AtomicOrdinalsFieldData

All Superinterfaces:
org.apache.lucene.util.Accountable, AtomicFieldData, java.lang.AutoCloseable, java.io.Closeable, Releasable
All Known Implementing Classes:
AbstractAtomicOrdinalsFieldData, PagedBytesAtomicFieldData, SortedSetDVBytesAtomicFieldData

public interface AtomicOrdinalsFieldData
extends AtomicFieldData
Specialization of AtomicFieldData for data that is indexed with ordinals.
  • 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.AtomicFieldData

    getBytesValues, 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.