Interface FieldPosting

    • Method Detail

      • getFieldFrequencies

        int[] getFieldFrequencies()
        Returns the frequencies of the term in each field of the document.
        Returns:
        the frequencies of the term in each field of the document.
      • getFieldLengths

        int[] getFieldLengths()
        Returns the lengths of the each field in the current document.
        Returns:
        the lengths of the each field in the current document.
      • setFieldLengths

        @Deprecated
        void setFieldLengths​(int[] newLengths)
        Deprecated.