The StopWord property is used to define stopwords in a full-text index defined through programming.
MyFullTextIndex is FullTextIndex Description
...
MyFullTextIndex.StopWord = "the at a an"
Syntax
<Full-text index>.StopWord = <Stop Words>
<Full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<Stop Words>: Character string
List of names considered as being stop words. The words can be separated by: - a space,
- a comma
- a semicolon,
- a period,
- a colon,
- a carriage return (CR),
- a tabulation (TAB).