I am trying to copy contents of one core to other core by using fetchIndex command (/solr/CORE_NAME/replication?command=fetchindex&masterUrl=MASTER_URL).
How can I determine if the copy is actually complete? I am using replication details command (/solr/CORE_NAME/replication?command=details) to check. I use isReplicating field & if its false, I consider the operation to be complete. But this approach is not giving me accurate results some time. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html