About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:solr_replication

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
administration:solr_replication [2020/06/04 17:37] demiankatzadministration:solr_replication [2020/09/22 13:29] (current) demiankatz
Line 1: Line 1:
 ====== Solr Replication ====== ====== Solr Replication ======
  
-Solr may be configured to replicate in a master-slave configuration. This can be useful for separating your indexing processes from your running search system, for load balancing, etc. Newer versions of Solr also support a more complex "Solr Cloud" configuration for robust multi-server searching; see [[https://vufind.org/jira/browse/VUFIND-834|VUFIND-834]] for some notes.+Solr may be configured to replicate between servers. This can be useful for separating your indexing processes from your running search system, for load balancing, etc. Newer versions of Solr also support a more complex "Solr Cloud" configuration for robust multi-server searching; see [[https://vufind.org/jira/browse/VUFIND-834|VUFIND-834]] for some notes.
 ===== solrconfig.xml ===== ===== solrconfig.xml =====
  
-For basic master-slave Solr replication, the following configuration can be added to the $VUFIND_HOME/solr/$core/conf/solrconfig.xml file (uncomment the appropriate master or slave sections):+For basic Solr replication, in which one or more servers clone the index from a single authoritative source of truth, the following configuration can be added to the $VUFIND_HOME/solr/$core/conf/solrconfig.xml file (uncomment the appropriate master or slave sections):
 <code> <code>
   <requestHandler name="/replication" class="solr.ReplicationHandler" >   <requestHandler name="/replication" class="solr.ReplicationHandler" >
Line 197: Line 197:
 </code> </code>
 ---- struct data ---- ---- struct data ----
 +properties.Page Owner : 
 ---- ----
  
administration/solr_replication.1591292243.txt.gz · Last modified: 2020/06/04 17:37 by demiankatz