Class TermEnum

    • Constructor Detail

      • TermEnum

        public TermEnum()
    • Method Detail

      • next

        public abstract boolean next()
                              throws IOException
        Increments the enumeration to the next element. True if one exists.
        Throws:
        IOException
      • term

        public abstract Term term()
        Returns the current Term in the enumeration.
      • docFreq

        public abstract int docFreq()
        Returns the docFreq of the current Term in the enumeration.