On Wed, Sep 30, 2009 at 3:48 AM, djain101 <dharmveer_j...@yahoo.com> 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 > 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 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 restarting Solr is possible right now by using the create command. -- Regards, Shalin Shekhar Mangar.