| |
|
|
|
|
NoiseWords Property
Represents a collection of noise words. Noise words are words that are ignored in searching. Usually, there are common words, single characters, one digit numbers etc. Search control provides standard noise words templates for major world languages like english, french, german, italian, swedish, dutch, spanish, chinese, japanese and corean. By default NoiseWords property is set up for english US. It is possible to add new or remove existing noise words using this property or AddNoiseWord, RemoveNoiseWord and RemoveAllNoiseWords methods.
[Visual Basic .NET]
Public Property NoiseWords() As ArrayList
|
[C#]
public ArrayList NoiseWords() {get; set;}
|
ArrayList
_englishUS
|
|
|
| |