Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification » Full text search » What is full text search?

 

Altering a text configuration object

In Sybase Central, administrators can alter text configuration object properties such as the term breaker type, the stoplist, and option settings.

Prérequis

You must have CREATE EXTERNAL REFERENCE privilege.

Contexte et remarques

A text index is dependent on the text configuration object used to create it so you must be sure to truncate or drop dependent text indexes. Also, if you intend to change the date or time format options that are saved for the text configuration object, you must connect to the database with the options set to the desired settings.

 Task
  1. In Sybase Central, use the SQL Anywhere 16 plug-in to connect to the database.

  2. In the left pane, click Text Configuration Objects.

  3. Right-click the text configuration object and click Properties.

  4. Edit the text configuration object properties and click OK.

Résultat

The text configuration object is altered.

 See also