Hi all,

from the Solr documentation I find two options how replication of an indexing is handled:

a) SolrCloud indexes on master and all slaves in parallel to support NRT (near realtime search)

b) Legacy replication where only the master does the indexing and slave receive index copies once in a while.

What if I don't need NRT and in particular want the slave to use all resources for query answering, i.e. only the master shall index. But at the same time I want all the other benefits of SolrCloud.

Is this setup possible? Is it somewhere described in the docs?

Thanks,
Harald.

Reply via email to