close

Filter

loading table of contents...

Search Manual / Version 2210

Table Of Contents

3.3 Leader/Follower Index Replication

For a production setup, it is recommended to use a SolrCloud cluster or Solr leader/follower index replication. With Solr leader/follower index replication one Solr node - the leader - handles index updates, while one or more other Solr nodes - the followers - handle high query load. Solr followers periodically replicate index changes from the Solr leader. Such a setup allows the distribution of high query load across multiple Solr follower nodes and also provides basic fault tolerance for the query side. For replication without latency and better fault tolerance consider SolrCloud, which is described in Section 3.4, “SolrCloud”.

You can find more information about leader/follower index replication in the Solr Reference Guide at https://solr.apache.org/guide/8_11/index-replication.html.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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