Are you using SolrCloud mode? - Mark
On Mar 26, 2013, at 4:49 AM, J Mohamed Zahoor <zah...@indix.com> wrote: > 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 > > >