I'm attempting a setup that assigns one shard per core, with multiple cores
per node.

What do I need to configure to get the initial solr node to start up with
all cores/shards?  What java parameters do I need to specify to the
additional solr nodes that start after the initial (shardId=shard1,shard2
maybe?) so that they also start with all cores/shards?

My current solr.xml contains something like the following:
<cores>
  <core name="core1" collection="collection1" shard="shard1" />
  <core name="core2" collection="collection1" shard="shard2" />
<core>

I'm just testing the setup out, to see
1. How easy it is to get up and running
2. How easy it is to start up new nodes with specific cores so that my
document base has room to expand

Thank you,
- Jesse



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Starting-multiple-cores-shards-on-a-single-node-tp4007526.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to