Configuring continuous indexing

Enable the update-mode record extractor to provide continuous ClearQuest record updates to the Lucene index.
The update-mode record extractor, which runs under WebSphere Application Server, provides continuous ClearQuest record updates to the Lucene index. As new ClearQuest records are added, modified, or deleted, the record extractor sends these records to Solr for Lucene to index.
The following variable is used in path names in this topic:
RATIONAL_COMMON
Directory where Rational common files are installed
By default, the update-mode record extractor is disabled when it is installed under WebSphere Application Server. To enable the update-mode record extractor, perform the following steps:
  1. Edit the file web.xml, which is located in the following directory:
    On Windows:
    %RATIONAL_COMMON%\CM\profiles\cmsearchprofile\config\cells\WebSphereAppServer-cell\applications\cqtsdbcrawler.ear\deployments\cqtsdbcrawler\cqtsdbcrawler.war\WEB-INF\
    On the UNIX system and Linux:
    $RATIONAL_COMMON/CM/profiles/cmsearchprofile/config/cells/WebSphereAppServer-cell/applications/cqtsdbcrawler.ear/deployments/cqtsdbcrawler/cqtsdbcrawler.war/WEB-INF/
  2. Locate the section <param-name>config</param-name> and change its value to specify the fully qualified path specification and name of your ClearQuest search properties file, . For example, <param-name>D:/CQ.Solr/MySchema/Solr/CQ-MySchema-MyDB.xml</param-name>
  3. Locate the section <param-name>sitename</param-name> and change its value to <param-name>&lt;local&gt;</param-name>.

    If you are not running ClearQuest MultiSite, &lt;local&gt; is the encoded string value of <local>. If you are running ClearQuest MultiSite, &lt;local&gt; is the site name for which you are enabling the ClearQuest full-text search feature.

  4. Locate and uncomment the following line:
    <load-on-startup>1</load-on-startup>
  5. Restart the WebSphere Application Server profile cqsearchprofile to effect these changes. See the WebSphere Application Server Information Center for details.
Related reference
cqtsdbcrawler.pl

Feedback