Interface JiraDocValues


@Deprecated public interface JiraDocValues
Deprecated.
Use Lucene Doc Values. Since v8.0. See ReaderCache for more information.
Mapping between lucene document and corresponding document values. Each value for document is expressed as JiraBytesRef holding UTF-8 encoded bytes for string.
Since:
v7.5
  • Method Summary

    Modifier and Type
    Method
    Description
    getDocValues(int docId)
    Deprecated.
     
  • Method Details

    • getDocValues

      JiraBytesRef[] getDocValues(int docId)
      Deprecated.