Overload List
| Name | Description | |
|---|---|---|
| FuzzyTermEnum(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.
| |
| FuzzyTermEnum(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.
| |
| FuzzyTermEnum(IndexReader, Term, Single, Int32) | Constructor for enumeration of all terms from specified reader prefixLength term minSimilarity |