| |
|
|
|
|
MaxSearchWordsNumber Property
Limits the maximum number of search words. If Text property contains more words than this value is, first words will be included in SQL query and surplus will be ignored. Noise words are not counted.
[Visual Basic .NET]
Public Property MaxSearchWordsNumber() As Integer
|
[C#]
public Int32 MaxSearchWordsNumber() {get; set;}
|
System.Int32
10
If you set MaxSearchWordsNumber value to 3, and write four words, then last word will be ignored. If some of first three words is a noise word, then last word will be included in SQL query.
|
|
|
| |