DROP FULLTEXT MAPPING

Name

DROP FULLTEXT MAPPING -- remove a binding between token and dictionaries

Synopsis

DROP FULLTEXT MAPPING [IF EXISTS] ON cfgname FOR tokentypename;
  

Description

DROP FULLTEXT MAPPING remove a full-text mapping in a given configuration for a token of a specific type.

Parameters

IF EXISTS

Do not throw an error if the specified full-text mapping does not exist. A notice is issued in this case.

cfgname

The name (optionally schema-qualified) of the configuration.

tokentypename

A token type for which full-text mapping dropped.

See Also

CREATE FULLTEXT MAPPING