A file called stoplist.txt is automatically created in the index directory when the Index Manager is launched. The stop list contains common words that will be ignored while indexing and searching allowing for greater performance, particularly with larger indexes.
Words that are common or unique to your site can be added or removed from the stop list file using a text editor (Notepad, EditPlus etc). The file must be;
Note: Any changes to the file will necessitate deletion and recreation of the index.
Note: When using the Auto-Complete PopularSearches setting, offensive words should not be added to the stop list as those words could appear as suggestions if another user searches for them.
To deactivate the use of the stop list file, and allow all words to be indexed and searched, open stoplist.txt as explained above and delete all words.
Configuration.StopWords.Clear();
Stop lists for non-English languages can be found in the product installation folder under 'Stop-Lists'. Locate the stop list for your language and copy the file to your Index Directory before creating the index.