Constructor FuzzyQueryNode
FuzzyQueryNode(String, String, Single, Int32, Int32)
Declaration
public FuzzyQueryNode(string field, string term, float minSimilarity, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | Name of the field query will use. |
System.String | term | Term token to use for building term for the query |
System.Single | minSimilarity | similarity value |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
FuzzyQueryNode(String, StringBuilder, Single, Int32, Int32)
Declaration
public FuzzyQueryNode(string field, StringBuilder term, float minSimilarity, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | Name of the field query will use. |
System.Text.StringBuilder | term | Term token to use for building term for the query |
System.Single | minSimilarity | similarity value |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |
FuzzyQueryNode(String, ICharSequence, Single, Int32, Int32)
Declaration
public FuzzyQueryNode(string field, ICharSequence term, float minSimilarity, int begin, int end)
Parameters
Type | Name | Description |
---|---|---|
System.String | field | Name of the field query will use. |
ICharSequence | term | Term token to use for building term for the query |
System.Single | minSimilarity | similarity value |
System.Int32 | begin | position in the query string |
System.Int32 | end | position in the query string |