Re: SolrCloud: Setting/finding node names for deleting replicas

2016-01-09 Thread Erick Erickson
For some reason, "slice" is the preferred term in the _code_, while "shard" is preferred in docs FWIW Erick On Fri, Jan 8, 2016 at 3:51 PM, Jeff Wartes wrote: > > Honestly, I have no idea which is "old". The solr source itself uses slice > pretty consistently, so I

SolrCloud: Setting/finding node names for deleting replicas

2016-01-08 Thread Robert Brown
Hi, I'm having trouble identifying a replica to delete... I've created a 3-shard cluster, all 3 created on a single host, then added a replica for shard2 onto another host, no problem so far. Now I want to delete the original shard, but got this error when trying a *replica* param value I

Re: SolrCloud: Setting/finding node names for deleting replicas

2016-01-08 Thread Jeff Wartes
Honestly, I have no idea which is "old". The solr source itself uses slice pretty consistently, so I stuck with that when I started the project last year. And logically, a shard being an instance of a slice makes sense to me. But one significant place where they word shard is exposed is the

Re: SolrCloud: Setting/finding node names for deleting replicas

2016-01-08 Thread Jeff Wartes
I’m pretty sure you could change the name when you ADDREPLICA using a core.name property. I don’t know if you can when you initially create the collection though. The CLUSTERSTATUS command will tell you the core names:

Re: SolrCloud: Setting/finding node names for deleting replicas

2016-01-08 Thread Robert Brown
Thanks for the pointer Jeff, For SolrCloud it turned out to be... =xxx btw, for your app, isn't "slice" old notation? On 08/01/16 22:05, Jeff Wartes wrote: I’m pretty sure you could change the name when you ADDREPLICA using a core.name property. I don’t know if you can when you