Hi I am having a multi core setup with 2 core "core0" and core1".
How do i insert doc in core 1?

I am using as below.

 searchServer = new CloudSolrServer(zooQourumUrl);
 searchServer.setDefaultCollection("core1");
 searchServer.connect();

and i get "No live solr servers" exception.
But i could see both the cores in UI up and running.


am i missing something.?

./zahoor



Reply via email to