Re: create cores dynamically

2013-03-03 Thread Shawn Heisey
On 3/3/2013 12:08 PM, adeelmahmood wrote: Well this is all useful information but not sure if it really answers my question. Let me rephrase what exactly I am trying to do. Lets say I start with core0 so this is how the directory structure looks like solr.home -> solr.xml -> core0 -> conf

Re: create cores dynamically

2013-03-03 Thread adeelmahmood
Well this is all useful information but not sure if it really answers my question. Let me rephrase what exactly I am trying to do. Lets say I start with core0 so this is how the directory structure looks like solr.home -> solr.xml -> core0 -> conf -> data now when I want to dynamically add co

Re: create cores dynamically

2013-03-03 Thread Shawn Heisey
On 3/2/2013 8:18 PM, adeelmahmood wrote: I am not sure if I understand how the creating cores dynamically functionality is supposed to work. From what I have sort of figured out is that I need to specify the instanceDir as the path to a directory which contains the conf file. So I have directory

Re: create cores dynamically

2013-03-03 Thread Jilal Oussama
For me, it always creates the data dir next to the conf dir I specified (this should depend on your core configuration) and load the core into solr (and I think this is what it is suposed to do) On Mar 3, 2013 3:18 AM, "adeelmahmood" wrote: > I am not sure if I understand how the creating cores d