Interface FormattedDocValues


public interface FormattedDocValues
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    advanceExact​(int docId)
    Advance the doc values reader to the provided doc.
    int
    A count of the number of values at this document.
    Load and format the next value.
  • Method Details

    • advanceExact

      boolean advanceExact(int docId) throws
      Advance the doc values reader to the provided doc.
      Returns:
      false if there are no values for this document, true otherwise
      Throws:
    • docValueCount

      int docValueCount() throws
      A count of the number of values at this document.
      Throws:
    • nextValue

       nextValue() throws
      Load and format the next value.
      Throws: