Creating the Solr search file

Create the Solr search file.
The Solr search file specifies how entities are indexed.
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

    where the variables have the following meanings:
    db_name
    Name of the database
    dbset_name
    Name of the database set
  2. Copy the Solr search 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