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 stuck with that when I st

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 def

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... &property.coreNodeName=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

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: https://cwiki.apache.org/confluence/display/solr/Collections+API#Collectio