For a database's word indexes to reflect changes in the word-break table, you must rebuild a database's indexes. To do so, use the PROUTIL utility with the IDXBUILD or IDXFIX qualifier.

Note: You can use IDXFIX when the database is online.

PROUTIL offers options to optimize the performance of rebuilding indexes and the ability to limit the number of indexes to be rebuilt. However, the minimum syntax of PROUTIL with the IDXBUILD qualifier to rebuild all indexes is:

proutil db-name -C idxbuild all

The syntax of PROUTIL with the IDXFIX qualifier is:

proutil db-name -C idxfix

For the complete syntax of the PROUTIL utility, see Manage the OpenEdge Database.