See Also
You are here: Full-Text Indexing > Alter full-text index
ContentsIndexHome
PreviousUpNext
Alter full-text index
Alter full-text index

 

Changing full-text index layout requires complete index re-creation. In order to do so, follow the sequence of the steps:

  1. Unlink the full-text table <a>Unlinking full-text index</a>
  2. Drop index <a>Removing full-text index</a>
  3. Create new full-text index <a>create full-text index</a>
  4. And finally, link with the DB table using “ALTER TABLE” command <a>linking full-text index with DB table</a>