Re: Core Administration

2011-06-30 Thread zarni aung
Thank you very much Stefan. This helps. Zarni On Thu, Jun 30, 2011 at 4:10 PM, Stefan Matheis < matheis.ste...@googlemail.com> wrote: > Zarni, > > Am 30.06.2011 20:32, schrieb zarni aung: > > But I need to know if Solr already handles that case. I wouldn't want to >> have to write the tool if

Re: Core Administration

2011-06-30 Thread Stefan Matheis
Zarni, Am 30.06.2011 20:32, schrieb zarni aung: But I need to know if Solr already handles that case. I wouldn't want to have to write the tool if Solr already supports creating cores with new configs on the fly. there isn't. you have to create the directory structure & the related files you

Re: Core Administration

2011-06-30 Thread zarni aung
core admin to create the new index on the fly. My original question would be, is there a tool that already does what I'm describing? Z On Thu, Jun 30, 2011 at 2:32 PM, zarni aung wrote: > Hi, > > I am researching about core administration using Solr. My requirement is > to be

Core Administration

2011-06-30 Thread zarni aung
Hi, I am researching about core administration using Solr. My requirement is to be able to provision/create/delete indexes dynamically. I have tried it and it works. Apparently core admin handler will create a new core by specifying the instance Directory (required), along with data directory