Indices will be a direct correlation with the performance of the application. Essentially, the index is a look-up table for the information that can be more easily queried and result in faster responses.
The query triple store index can be rebuilt using repotools command parameter -reindex scope=query.
The fulltext index can be found where ever your setting in the teamserver.properties of your application says it is located in the property com.ibm.team.fulltext.indexLocation
com.ibm.team.fulltext.indexLocation=/opt/IBM/JazzTeamServer/workitemindex
Note: For high availability applications, have the Jazz Team Servers reference the same location for the full text index. To keep the index up to date and available for all servers, each server teamserver.properties should update the com.ibm.team.fulltext.indexLocation in teamserver.properties to store the index for the full text on a single shared drive location.
More information on the full text search can be found in Technote 1586008
repotools-jts.sh -reindex scope=query
repotools-jts.sh -reindex all
repotools-jts.sh -reindex baseline=http://jazz.net/jts/dashboards
repotools-jts.sh -rebuildindices
repotools-jts.sh -compacttdb srcdir={location of RDF indexes} tempdir={location of temporary directory}
Status icon key: