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 IOException
      Advance the doc values reader to the provided doc.
      Returns:
      false if there are no values for this document, true otherwise
      Throws:
      IOException
    • docValueCount

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

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