Truncating a Text Index

Truncate a text index for a catalog store table.

Prerequisites
Task
Truncating lets you delete data from a text index without dropping the text index definition. For example, to modify the stoplist for a text index:
  • Truncate the text index.
  • Edit the stoplist in the text configuration object associated with the text index.
  • Refresh the text index to bring in the new stoplist.

If a text index is set to immediate refresh, you cannot truncate it. Instead, drop it and create a new one.

  1. From the application menu bar, select View > Open > Administration Console.
  2. In the Administration Console, expand IQ Servers > Schema Objects and select Text Indexes.
  3. In the right pane, select a text index and click the drop-down arrow that appears to the right.
  4. Select Properties.
  5. Select the General page of the properties dialog.
  6. Click Truncate Now to truncate the text index.
    If the text index cannot be truncated, the Truncate Now button is grayed out.
Related tasks
Creating a Text Index
Modifying the Properties of a Text Index
Generating DDL for a Text Index
Refreshing a Text Index
Deleting a Text Index