What to specify when creating or altering text configuration objects

SQL Anywhere provides two default text configuration objects, default_char for use with CHAR data, and default_nchar for use with NCHAR and CHAR data. Note that while default_nchar can be used with any data, character set conversion will be performed.

You can test how a text configuration object affects term breaking using the sa_char_terms and sa_nchar_terms system procedures.

 See also

TERM BREAKER clause - Specify the term breaker algorithm
MINIMUM TERM LENGTH clause - Set the minimum term length
MAXIMUM TERM LENGTH clause - Set the maximum term length
STOPLIST clause - Configure the stoplist
PREFILTER clause - Specify the external prefilter algorithm
Date, time, and timestamp format settings