Reputation: 325
I am able to create solr shards cluster with default collection name i.e (collection1) in both solr instance. How should I proceed for creating shards cluster with different core name in both solr instances. ie. solr instance1 with "collection1" core & solr instance2 with "collection2" ?. Is it possible ?
Upvotes: 0
Views: 559
Reputation: 761
you should set collection="collection2" for a specific core in solr.xml. Other than that, you should bootstrap the configuration on zookeeper accordingly
Upvotes: 0