On 4/28/2019 6:39 AM, ramyogi wrote:
Thanks Eric, After we create a collection and copy the index from one place
new place, we are doing UNLOAD core and CREATE core as below, is it wrong
and we have alternative to do that ?

Do not use CoreAdmin when running SolrCloud. At all. It will cause you problems. All actions in SolrCloud need to happen through the Collections API.

After you copy the index into place, simply reload the collection. Use the Collections API, not CoreAdmin.

https://lucene.apache.org/solr/guide/7_7/collections-api.html#reload

Thanks,
Shawn

Reply via email to