Hi Solr Users, The reindex collection api stops importing after it imports around 20% of total docs from source collection, how to restart it? I could find "start", "abort" and "status" commands on the documentation page, but there is no command to restart from where it left. The status is running however it is stalled. Following is the api I used to start it. Any suggestions on how to restart from where it left, maybe update the checkpoint collection?
http://host:8983/solr/admin/collections?action=REINDEXCOLLECTION&name=v9&numShards=12&collection.configName=v9-schema&replicationFactor=1
