Kamal Kishore
Kamal Kishore

Reputation: 325

How to create solr shards cluster with different core name?

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

Answers (1)

lexk
lexk

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

Related Questions