Method AddTerms
AddTerms(String, String, Single, Int32)
Adds user input for "fuzzification"
Declaration
public virtual void AddTerms(string queryString, string fieldName, float minSimilarity, int prefixLength)
Parameters
Type | Name | Description |
---|---|---|
System.String | queryString | The string which will be parsed by the analyzer and for which fuzzy variants will be parsed |
System.String | fieldName | The minimum similarity of the term variants (see FuzzyTermsEnum) |
System.Single | minSimilarity | Length of required common prefix on variant terms (see FuzzyTermsEnum) |
System.Int32 | prefixLength |