close

Filter

loading table of contents...

Search Manual / Version 2101

Table Of Contents

3.3.2 Replication Handler Configuration

Replication is configured with the ReplicationHandler section in the Solr index configuration file solrconfig.xml. CoreMedia Blueprint defines the ReplicationHandler for the config sets "content" and "cae" in module apps/solr/modules/search/solr-config.

Blueprint default configuration of the ReplicationHandler references some system properties that need to be set accordingly when starting a Solr instance that is part of a master/slave setup.

  • solr.master: set to true for Solr master instances, defaults to false
  • solr.slave: set to true for Solr slave instances, defaults to false
  • solr.master.url: set to the Solr URL of the Solr master, for Solr slave instances

Note, that hostname and port of the master instance must also be set in the solr.shardsWhitelist system property of Solr slave instances. Alternatively, the corresponding checks can be disabled with -Dsolr.disable.shardsWhitelist=true. See the Solr Reference Guide for details.

When developing with CoreMedia Blueprint, you can start Solr locally from Maven as described in Section 3.1, “Starting”. You can also start a Solr slave instance to test replication in the same way by invoking "mvn exec:exec@start-solr-slave". Under the hood, this will set the above system properties. See the configuration of the exec-maven-plugin in file apps/solr/modules/search/solr-config/pom.xml for details.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.