Collection.StopWordFile Property |
Gets or sets the stop word list used for full-text searches.
[VBScript] Public Property StopWordFile As String
[JScript] public function get StopWordFile() : String; public function set StopWordFile(String);
A string representing the filename of the stop-word file. If you specify a relative path, the file will be opened relative to the output directory.
Collection Object | Collection Members | HelpProducer Namespace