Creating and configuring the entity file

Create and configure the entity file.
The entity file contains all submittable record types in the ClearQuest database. These record types and associated fields are candidates for full-text search.
To create and configure the entity file, perform the following steps:
  1. Run the cqtssetup.pl command with the -o Entity option, as described in the cqtssetup.pl reference help.

    The output is an entity file that contains all submittable record types in the user database. The entity file has the following name:

    Entity-db_name-dbset_name.txt

    where the variables have the following meanings:
    db_name
    Name of the database
    dbset_name
    Name of the database set
  2. Edit the entity file to select only those record types that you want to index. Instructions for editing the entity file are included in the cqtssetup.pl reference help.

    You have now created the master entity file.

  3. Copy the entity file to the Solr home directory, which you defined previously when you established the location of the Lucene index.
Related concepts
Full-text search maintenance
Related reference
cqtssetup.pl
cqtsdbcrawler.pl
setmasterpropertyfromfile
scruboplog

Feedback