Repotools command that rebuilds the database text indices.
Purpose
The Jazz™ Team
Server manages a directory outside the database that stores all data
that is necessary to process full text queries. The location of the
directory is configured in the teamserver.properties file.
Thus, when the -rebuildTextIndices command is executed, the
full text directory will be created in the location as stated in the
properties file.
With this command, it is possible to create
this directory and re-index all artifacts from the database to make
them searchable with full text queries. The following list is some
scenarios where this might be necessary:
- The server moved to a new location and the full text directory
was not copied, thus the full text directory needs to be recreated.
- A new Jazz server is setup
with an existing database, but new teamserver.properties file
and thus, a new location for the full text directory.
Note: It is not necessary to run this command when migrating
from one version to another because the full text index will be recreated.
Parameters
| Attribute |
Description |
Required |
Default |
| teamserver.properties |
The file system path to the teamserver.properties file. |
No |
teamserver.properties |
| logFile |
The file to which log messages are written. The log file
is a valuable resource for diagnosing problems. |
No |
repotools_rebuildTextIndicies.log |
Example
repotools -rebuildTextIndices