Class FilterIndexReader.FilterTermEnum

    • Constructor Detail

      • FilterTermEnum

        public FilterTermEnum​(TermEnum in)
    • Method Detail

      • next

        public boolean next()
                     throws IOException
        Description copied from class: TermEnum
        Increments the enumeration to the next element. True if one exists.
        Specified by:
        next in class TermEnum
        Throws:
        IOException
      • term

        public Term term()
        Description copied from class: TermEnum
        Returns the current Term in the enumeration.
        Specified by:
        term in class TermEnum
      • docFreq

        public int docFreq()
        Description copied from class: TermEnum
        Returns the docFreq of the current Term in the enumeration.
        Specified by:
        docFreq in class TermEnum