A text index is dependent on the text configuration object used to create it. So, you must truncate dependent text indexes before you can alter a text configuration object. Since an IMMEDIATE REFRESH text index cannot be truncated, you must drop it before you can alter the text configuration object.
Connect to the database as a user with DBA authority, or as owner of the text configuration object.
Execute an ALTER TEXT CONFIGURATION statement. For example, the following statement alters the minimum term length for the myTxtConfig text configuration object:
ALTER TEXT CONFIGURATION myTxtConfig MINIMUM TERM LENGTH 2; |
Connect to the database as a user with DBA authority, or as owner of the text configuration object.
In the left pane, click Text Configuration Objects.
Right-click the text configuration object and choose Properties.
Edit the text configuration object properties and click OK.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |