Re: Unloading and loading a Collection in SolrCloud with external Zookeeper ensemble

2020-11-15 Thread Gajanan
Thanks for the replies. Wanted to make sure that I am not missing on something already available. Now that everything is clear, I may have to go for application re-design or choose an approach, not so elegant, as suggested. Thanks all. -Gajanan -- Sent from: https://lucene.472066.n3.nabble.com

Re: Unloading and loading a Collection in SolrCloud with external Zookeeper ensemble

2020-11-15 Thread Gajanan
whenever required. This was working in non cloud mode with coreAdmin APIs. Now because of scaling requirements we want to shift to SolrCloud mode. we want to continue with same application design. can you suggest, how to implement a similar solution in SolrCloud context. -Gajanan -- Sent from: https

How to unload and reload a solr collection in SolrCloud

2020-11-12 Thread Gajanan Watkar
I want to unload and reload all cores of a collection in SolrCloud mode (Solr 8.x.x). -- -Gajanan

Unloading and loading a Collection in SolrCloud with external Zookeeper ensemble

2020-11-12 Thread Gajanan
I have unloaded all cores of a collection in SolrCloud (8.x.x ) using coreAdmin APIs as UNLOAD collection is not available in collections API. Now I want reload the unloaded collection using APIs only. When trying with coreAdmin APIs I am getting "Non legacy mode CoreNodeName not found." When try