Rebuild the indexes for word-break table changes
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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:
|
The syntax of PROUTIL with the IDXFIX qualifier
is:
|
For the complete syntax of the PROUTIL
utility, see Manage the OpenEdge Database.