what does "not accurate" mean? Specifically, what test are you doing
to see if it's accurate?

In particular, if you're querying for some number of documents or some
specific document, your slave searcher may still be autowarming. If
that's the case, then it should be fine if you wait a bit and try
again.

If that's not the case we need to know how you're measuring "not accurate".

Best,
Erick

On Sat, Mar 31, 2018 at 7:04 PM, shefalid <shefa...@vmware.com> wrote:
> 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

Reply via email to