Class PrefixTermEnum

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class PrefixTermEnum
    extends FilteredTermEnum
    Subclass of FilteredTermEnum for enumerating all terms that match the specified prefix filter term.

    Term enumerations are always ordered by Term.compareTo(). Each term in the enumeration is greater than all that precede it.