简体   繁体   中英

how to make sure Data is replicated across all the replicas in SolrCloud?

previously i was using Master slave configuration, in which i was querying every slave after indexing it to make sure my changes are reflected on every Slave. first i was requesting with

SlaveSolrURL/replication?command=fetchindex and checking if status is OK

then i was querying following in a loop

SlaveSolrURL/q=QueryForMyChange and breaking my loop when i get expected result

and then enabling Slave for Querying.

How can i do this functionality in SolrCloud, to make sure my changes are replicated across every replica, i am using single Shard only.

您可以将更改发送到任何solr实例,并且solrcloud将自动将更新共享到所有节点。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM