Lucene.Net 1.4.3 Class Library

FuzzyTermEnum Constructor

Empty prefix and minSimilarity of 0.5f are used.

Overload List

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);

See Also

FuzzyTermEnum Class | Lucene.Net.Search Namespace | Term, float, int)