Method NewPhraseQuery
NewPhraseQuery(String, Int32)
Factory method to generate a phrase query with slop.
Declaration
protected virtual Query NewPhraseQuery(string text, int slop)
Parameters
Type | Name | Description |
---|---|---|
System.String | text | |
System.Int32 | slop |
Returns
Type | Description |
---|---|
Query |