Solr Replication on a Single Solr Instance
16.03.2013 in
Apache Solr can be used in master/slave mode using build in replication. Normally, you use a dedicated server as a master and another server as a slave. Since indexing many documents can take some time, there might be another reason for indexing besides load balancing, namely having a core for searching (which might be outdated) while indexing into another core which will be incomplete during the indexing process.
