Creating and configuring the ClearQuest search properties file

Create and edit the ClearQuest search properties file.
The ClearQuest search properties file is used by the ClearQuest record extractor, cqtsdbcrawler.pl, and by the search feature. To create the search properties file, perform the following steps:
  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

    where the variables have the following meanings:
    db_name
    Name of the database
    dbset_name
    Name of the database set
  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, which you defined previously when you established the location of the Lucene index.
Related concepts
Existing database upgrade to use full-text search
Full-text search maintenance
Related reference
cqtssetup.pl
cqtsdbcrawler.pl
setmasterpropertyfromfile
scruboplog

Feedback