Re: Create new core on the fly

2009-09-30 Thread djain101
> So, if we > do a create, will it modify the solr.xml everytime? Can it be avoided in > subsequent requests for create? > > >No, solr.xml will be modified only if persist=true is passed as a request >param. I don't understand your second question. Why would you want to issue >create commands for

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
Hi Shalin, Can you please elaborate, why we need to do unload after create? So, if we do a create, will it modify the solr.xml everytime? Can it be avoided in subsequent requests for create? Also, if we want to implement Load, can you please give some directions to implement load action? Than

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
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? Appreciate your quick response. Regards, Dharmveer Shalin Shekhar Mangar wrote: > > On Tue, Sep 29, 2009 at 10:0

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
Hi, We are also facing the same issue. Is the LOAD action implemented yet? If not then what should we do to achieve the same functionality? Thanks, djain ryantxu wrote: > > The LOAD method will load a core from a schema/config file -- it will > not need to be in multicore.xml (the persist=

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