Re: Create new core on the fly

2009-09-30 Thread djain101
> create commands for the same core multiple times? > > >> Also, if we want to implement Load, can you please give some directions >> to >> implement load action? >> >> > I don't know what you want to do. Loading cores without restar

Re: Create new core on the fly

2009-09-30 Thread Shalin Shekhar Mangar
On Wed, Sep 30, 2009 at 3:48 AM, djain101 wrote: > > Hi Shalin, > > Can you please elaborate, why we need to do unload after create? No you don't need to. You can unload if you want to for some reasons. > So, if we > do a create, will it modify the solr.xml everytime? Can it be avoided in > s

Re: Create new core on the fly

2009-09-29 Thread djain101
u do have to > specify the instanceDir, config, schema and dataDir for "create". > > There is some work in progress towards this feature which is targeted for > 1.5 - see http://wiki.apache.org/solr/LotsOfCores > > -- > Regards, > Shalin Shekhar Mangar. > >

Re: Create new core on the fly

2009-09-29 Thread Shalin Shekhar Mangar
On Wed, Sep 30, 2009 at 12:42 AM, djain101 wrote: > > Thanks Shalin for quick response. On the wiki link you mentioned, it is > saying "not implemented yet!". Can you please confirm again? If yes, then > in > which release it is available? > Ah, I'm sorry. You are right. Load is not implemented

Re: Create new core on the fly

2009-09-29 Thread djain101
p 29, 2009 at 10:01 PM, djain101 > wrote: > >> >> Is the LOAD action implemented yet? >> > > Yes, see http://wiki.apache.org/solr/CoreAdmin > > -- > Regards, > Shalin Shekhar Mangar. > > -- View this message in context: http://www.nabble.com/C

Re: Create new core on the fly

2009-09-29 Thread Shalin Shekhar Mangar
On Tue, Sep 29, 2009 at 10:01 PM, djain101 wrote: > > Is the LOAD action implemented yet? > Yes, see http://wiki.apache.org/solr/CoreAdmin -- Regards, Shalin Shekhar Mangar.

Re: Create new core on the fly

2009-09-29 Thread djain101
ve to stop/start Solr do to do this. >> >> We want to be able to create the core structure on the filesystem and >> register that core, or make changes to the multicore.xml file and tell >> Solr to reload the cores and pick up the new ones. >> >> T

Re: Create new core on the fly

2008-01-02 Thread Ryan McKinley
The LOAD method will load a core from a schema/config file -- it will not need to be in multicore.xml (the persist=true option should serialize this change into multicore.xml) Henri's latest patch implements LOAD, but it needs some clean up to apply cleanly to the current trunk. ryan Doug

Create new core on the fly

2008-01-02 Thread Doug Steigerwald
Is it going to be possible (soon) to register new Solr cores on the fly? I know the LOAD action is yet to be implemented, but will that let you create new cores that are not listed in the multicore.xml? We're occasionally going to have to create new cores and would like to not have to stop/sta