Lucene.Net 1.4.3 Class Library

FuzzyTermEnum Constructor (IndexReader, Term, Single, Int32)

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 reader,
   Term term,
   float minSimilarity,
   int prefixLength
);

Parameters

reader
Delivers terms.
term
Pattern term.
minSimilarity
Minimum required similarity for terms from the reader. Default value is 0.5f.
prefixLength
Length of required common prefix. Default value is 0.

See Also

FuzzyTermEnum Class | Lucene.Net.Search Namespace | FuzzyTermEnum Constructor Overload List