Re: Unable to setup solr cloud with multiple collections.

2015-03-25 Thread Erick Erickson
You're still mixing master/slave with SolrCloud. Do _not_ reconfigure the replication. If you want your core (we call them replicas in SolrCloud) to appear on various nodes in your cluster, either create the collection with the nodes specified (createNodeSet) or, once the collection is created on a

Re: Unable to setup solr cloud with multiple collections.

2015-03-24 Thread sthita
Thanks Erick for your reply. I am trying to create a new core i.e dict_cn , which is totally different in terms of index data, configs etc from the existing core "abc". The core is created successfully in my master (i.e mail) and i can do solr query on this newly created core . All the config file

Re: Unable to setup solr cloud with multiple collections.

2015-03-24 Thread Erick Erickson
Why are you doing this in the first place? SolrCloud and master/slave are fundamentally different. When running in SolrCloud mode, there is no need whatsoever to configure replication as per the Wiki link you've outlined above, that's for the older style master/slave setups. Just change it back an