Re: Creating Solr cores dynamically with config files using solrj

2016-11-10 Thread Gimantha Bandara
Thank you very much Shawn! Will give it a try.. On Friday, November 11, 2016, Shawn Heisey wrote: > On 11/9/2016 11:04 PM, Gimantha Bandara wrote: > > I have requirement where multiple solr cores need to be created with > > different schema. Using CoreAdminAPI, I can create a core dynamically >

Re: Creating Solr cores dynamically with config files using solrj

2016-11-10 Thread Shawn Heisey
On 11/9/2016 11:04 PM, Gimantha Bandara wrote: > I have requirement where multiple solr cores need to be created with > different schema. Using CoreAdminAPI, I can create a core dynamically > but, I have to create a folder and copy the schema.xml and > solrconfig.xml there before invoking the API.

Creating Solr cores dynamically with config files using solrj

2016-11-09 Thread Gimantha Bandara
Hi all, I have requirement where multiple solr cores need to be created with different schema. Using CoreAdminAPI, I can create a core dynamically but, I have to create a folder and copy the schema.xml and solrconfig.xml there before invoking the API. Is there a way to create solr cores with some