Creating the Solr search file

Create the Solr search file, which 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

Procedure

  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