Empty prefix and minSimilarity of 0.5f are used.
Empty prefix and minSimilarity of 0.5f are used.
public FuzzyTermEnum(IndexReader,Term);
This is the standard FuzzyTermEnum with an empty prefix.
public FuzzyTermEnum(IndexReader,Term,float);
Constructor for enumeration of all terms from specified reader which share a prefix of length prefixLength with term and which have a fuzzy similarity > minSimilarity.
public FuzzyTermEnum(IndexReader,Term,float,int);
FuzzyTermEnum Class | Lucene.Net.Search Namespace | Term, float, int)