Main -> Documentation -> Database Builder Newton -> Creating a New SiteSearch Database -> Database Description (.dsc) File: Structure and Syntax -> Stopwords Definition |
A "stopword" is a term you specify to exclude from your database because it occurs too frequently or because of its unimportance to the database content. Typical stopwords include "a," "and," "an," "the," "but," and so on. The stopwords definition in the database description (.dsc) file allows you to specify one or more stopwords to exclude from your database when it is built. You can specify that a stopword term be excluded from all keyword indexes in the database or from a list of specific keyword indexes.
Syntax begin stopwords stopword_list[/index_list] end stopwords
Example In the following example, the first four stopwords are excluded from the entire database. The fifth stopword, "book," is excluded from index 30 and index 1.
See Also Creating a Database Description (.dsc) File |
[Main][Documentation][Support][Technical
Reference][Community][Glossary][Search]
|