The stoplist contains a list of terms to ignore when building a TEXT index with this text configuration. You can alter only text configuration objects that are not being used by a TEXT index.
Modifying the stoplist (Sybase Central)
Connect to the database as a user with DBA or RESOURCE authority.
In the left pane, select Text Configurations Objects.
In the list of Text Configurations, right-click the object to modify and select Properties.
Switch to the Stoplist tab, and modify the stoplist words as needed. Use a space to separate the terms.
To sort the list of stoplist terms alphabetically and show them in a list, click Sort Terms.
When the stoplist is updated, click OK.
Modifying the stoplist (Interactive SQL)
Connect to the database as a user with DBA or RESOURCE authority.
Execute a ALTER TEXT CONFIGURATION statement with the STOPLIST clause.
For example, to add a stoplist to the myTxtConfig configuration object, use:
ALTER TEXT CONFIGURATION myTxtConfig STOPLIST 'because about therefore only';