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
Next revision
Previous revision
Last revisionBoth sides next revision
administration:solr_replication [2015/12/14 19:05] – ↷ Page moved from vufind2:solr_replication to administration:solr_replication demiankatzadministration:solr_replication [2020/06/04 17:37] 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.
 ===== solrconfig.xml ===== ===== solrconfig.xml =====
  
Line 21: Line 23:
     <!--     <!--
       <lst name="slave">       <lst name="slave">
-         <str name="masterUrl">http://master:8080/solr/biblio</str>+         <str name="masterUrl">http://master:8983/solr/biblio</str>
          <str name="pollInterval">00:00:60</str>          <str name="pollInterval">00:00:60</str>
        </lst>        </lst>
Line 188: Line 190:
  
 touch ${LOCAL_BASE}.db-ready && touch ${LOCAL_BASE}.db-ready &&
-curl "http://localhost:8080/solr/biblio/browse?source=${INDEX}" > /dev/null+curl "http://localhost:8983/solr/biblio/browse?source=${INDEX}" > /dev/null
  
 # Local Variables: # Local Variables:
administration/solr_replication.txt · Last modified: 2020/09/22 13:29 by demiankatz