Class FuzzyTermsEnum

All Implemented Interfaces:
BytesRefIterator

public final class FuzzyTermsEnum extends BaseTermsEnum
Subclass of TermsEnum for enumerating all terms that are similar to the specified filter term.

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