Re: Removing a node from Solr Cloud

2014-01-21 Thread Shalin Shekhar Mangar
There is a deleteReplica collection admin command added in Solr 4.6 which can be used to remove a node even if it is down. See https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-DeleteaReplica On Wed, Jan 22, 2014 at 1:06 AM, Software Dev wrote: > Thanks. Anyway to

Re: Removing a node from Solr Cloud

2014-01-21 Thread Anshum Gupta
You could unload the cores. This optionally also deletes the data and instance directory. Look at http://wiki.apache.org/solr/CoreAdmin#UNLOAD. On Tue, Jan 21, 2014 at 10:22 AM, Software Dev wrote: > What is the process for completely removing a node from Solr Cloud? We > recently removed one bu

Re: Removing a node from Solr Cloud

2014-01-21 Thread Software Dev
Thanks. Anyway to accomplish this if the machine crashed (ie, can't unload it from that admin)? On Tue, Jan 21, 2014 at 11:25 AM, Anshum Gupta wrote: > You could unload the cores. This optionally also deletes the data and > instance directory. > Look at http://wiki.apache.org/solr/CoreAdmin#UNLO