Did you try adding core.properties file in your core folder with below
content and change the value for name and collection property

ex: core1/core.properties content:

numShards=1
name=core1
shard=shard1
collection=collection1


On Mon, Nov 11, 2013 at 8:14 AM, michael.boom <my_sky...@yahoo.com> wrote:

> From my understanding, if your already existing cluster satisfies your
> collection (already live nodes >= nr shards * replication factor) there
> wouldn't be any need for creating additional replicas on the new server,
> unless you directly ask for them, after startup.
> I usually just add the machine to the cluster and the manually create the
> replicas I need.
>
>
>
> -----
> Thanks,
> Michael
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Adding-a-server-to-an-existing-SOLR-cloud-cluster-tp4100275p4100313.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to