We are using Solr 4.3.0. We have a solr cloud setup with two servers, each collection has 2 shard and 2 replicas. Within that 2 shared server run in UK DC and 2 replica run in AUS DC using cross Data centre. Now We are add/update document it will take time to process. If We shut down the 2 replica of AUS DC(Only 2 shared server runs in UK DC) it works fine means process completed faster. We think it could be delayed due to a network.
Here problem question is, Is there any way to send add/update document request directly to only shared server first and it will replicate the shared document with replica with asynchronous call.