Creating the Solr search file

Create the Solr search file.
Before you begin
The Solr search file specifies how entities are indexed.
About this task
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
To create the Solr search file, perform the following steps:
  1. Run the cqtssetup.pl command with the -o Solr option, as described in the cqtssetup.pl reference help.

    The output is a Solr search file with the following name:

    Solr-db_name-dbset_name.xml

  2. Copy the Solr search 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