Re: SolrCloud Node fails that was hosting replicas of a collection

2016-07-06 Thread Erick Erickson
ck Erickson > Sent: Friday, July 01, 2016 12:58 PM > To: solr-user > Subject: Re: SolrCloud Node fails that was hosting replicas of a collection > > Please do _not_ use the admin UI core creating screen when dealing > with SolrCloud. It can work, but you have to get everything exact

Re: SolrCloud Node fails that was hosting replicas of a collection

2016-07-06 Thread Deeksha Sharma
nt: Friday, July 01, 2016 12:58 PM To: solr-user Subject: Re: SolrCloud Node fails that was hosting replicas of a collection Please do _not_ use the admin UI core creating screen when dealing with SolrCloud. It can work, but you have to get everything exactly right. Instead, you should be using the

Re: SolrCloud Node fails that was hosting replicas of a collection

2016-07-01 Thread Erick Erickson
Please do _not_ use the admin UI core creating screen when dealing with SolrCloud. It can work, but you have to get everything exactly right. Instead, you should be using the ADDREPLICA command from the Collections API, see: https://cwiki.apache.org/confluence/display/solr/Collections+API Althoug