Disabling full-text search

This topic describes how to disable the ClearQuest full-text search feature, if needed.
Before you begin
About this task
To disable the full-text search feature, perform the following steps:
  1. Run the installutil setmasterpropertyfromfile subcommand with the -remove option, as described in the setmasterpropertyfromfile reference help. Running this command with the -remove option deletes the reference to the ClearQuest search properties file from the master property TEXT_SEARCH_PROPERTY. If you are not using ClearQuest MultiSite, operation log (oplog) creation stops also.
  2. Stop the update mode record extractor:
    1. Edit the WebSphere Application Server file web.xml, commenting out the <load-on-startup> section.
    2. Using the Administrative console for WebSphere Application Server, stop cqsearchprofile and change the services startup setting from Automatic to Manual.

Feedback