Class InstantiatedTermEnum

    • Method Detail

      • next

        public boolean next()
        Increments the enumeration to the next element. True if one exists.
        Specified by:
        next in class org.apache.lucene.index.TermEnum
      • term

        public org.apache.lucene.index.Term term()
        Returns the current Term in the enumeration.
        Specified by:
        term in class org.apache.lucene.index.TermEnum
      • docFreq

        public int docFreq()
        Returns the docFreq of the current Term in the enumeration.
        Specified by:
        docFreq in class org.apache.lucene.index.TermEnum
      • close

        public void close()
        Closes the enumeration to further activity, freeing resources.
        Specified by:
        close in interface AutoCloseable
        Specified by:
        close in interface Closeable
        Specified by:
        close in class org.apache.lucene.index.TermEnum