Setup files creation and configuration

Create and configure the full-text search setup files.
The next step in configuring the full-text search feature is to create and configure several setup files:
Entity file
This file contains all submittable record types in the ClearQuest database. These record types and associated fields are candidates for full-text search.
ClearQuest search properties file
This file is used as input to the record extractor, cqtsdbcrawler.pl, and by ClearQuest core to enable the full-text search feature by using the installutil setmasterpropertyfromfile command. In this file, you configure which record types and associated fields to index.
Solr schema file
This file specifies how record types are indexed.

To create the setup files, run the cqtssetup.pl command three times by using the -o option to specify the mode of operation.

Attention: If you modify your ClearQuest schema to include new fields and then upgrade the user database, you must recreate the setup files to incorporate the new fields.
Related reference
cqtssetup.pl

Feedback