Overload List

  NameDescription
Public methodFuzzyTermEnum(IndexReader, Term)
Creates a FuzzyTermEnum with an empty prefix and a minSimilarity of 0.5f.

After calling the constructor the enumeration is already pointing to the first valid term if such a term exists.

Public methodFuzzyTermEnum(IndexReader, Term, Single)
Creates a FuzzyTermEnum with an empty prefix.

After calling the constructor the enumeration is already pointing to the first valid term if such a term exists.

Public methodFuzzyTermEnum(IndexReader, Term, Single, Int32)
Constructor for enumeration of all terms from specified
CopyC#
reader
which share a prefix of length
CopyC#
prefixLength
with
CopyC#
term
and which have a fuzzy similarity >
CopyC#
minSimilarity
.

After calling the constructor the enumeration is already pointing to the first valid term if such a term exists.

See Also