Creating and configuring the ClearQuest search properties file

Create and configure the ClearQuest search properties file.
About this task
The ClearQuest search properties file is used as an input parameter to the ClearQuest record extractor, cqtsdbcrawler.pl, and by the ClearQuest core. To create the search properties file, perform the following steps:
The following variables are used in path names in this topic:
db_name
Name of the user database
dbset_name
Name of the database set
  1. Run the cqtssetup.pl command with the -o CQ option, as described in the cqtssetup.pl reference help.

    The output file is a ClearQuest search properties file with the following name:

    CQ-db_name-dbset_name.xml

  2. Edit the following sections of the search properties file for your deployment, as appropriate. See the cqtssetup.pl reference help for details.
    • Search engine section, <SearchEngine>
    • Database crawler section, <CQDbCrawler>
    • Database section, <CQDatabase>
    • Entity section, <CQEntity>
  3. Copy the search properties file to the Solr home directory (for example, on Windows, CQ.Solr\db_name\Solr\solr; on the UNIX system and Linux, CQ.Solr/db_name/Solr/solr), which you defined previously when you established the location of the Lucene index.

Feedback