Class PrefixTermsEnum

All Implemented Interfaces:
BytesRefIterator

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

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