Re: error with multicore CREATE action

2009-12-02 Thread Chris Hostetter
: > : directory is created if it does not exist. Since it calls File#mkdirs, : > all : > : parent directories are also created. I don't think Solr creates those : > : directories by itself. ... : Yes, that is correct but those changes are not in trunk right now. We're : planning to spend s

Re: error with multicore CREATE action

2009-11-25 Thread Shalin Shekhar Mangar
On Thu, Nov 26, 2009 at 12:43 AM, Chris Hostetter wrote: > : > : > Are there any use cases for CREATE where the instance directory > : > *doesn't* yet exist? I ask because I've noticed that Solr will create > : > an instance directory for me sometimes with the CREATE command. In > ... > :

Re: error with multicore CREATE action

2009-11-25 Thread Chris Hostetter
: : > Are there any use cases for CREATE where the instance directory : > *doesn't* yet exist? I ask because I've noticed that Solr will create : > an instance directory for me sometimes with the CREATE command. In ... : I guess when you try to add documents and an IndexWriter is opened, t

Re: error with multicore CREATE action

2009-11-24 Thread Shalin Shekhar Mangar
On Mon, Nov 23, 2009 at 11:49 PM, Chris Harris wrote: > Are there any use cases for CREATE where the instance directory > *doesn't* yet exist? I ask because I've noticed that Solr will create > an instance directory for me sometimes with the CREATE command. In > particular, if I run something lik

Re: error with multicore CREATE action

2009-11-23 Thread Chris Harris
Are there any use cases for CREATE where the instance directory *doesn't* yet exist? I ask because I've noticed that Solr will create an instance directory for me sometimes with the CREATE command. In particular, if I run something like http://solrhost/solr/admin/cores?action=CREATE&name=newcore&i

Re: error with multicore CREATE action

2009-11-23 Thread Shalin Shekhar Mangar
On Mon, Nov 23, 2009 at 10:47 PM, Marc Sturlese wrote: > > Hey there, > I am using Solr 1.4 out of the box and am trying to create a core at > runtime > using the CREATE action. > I am getting this error when executing: > > http://localhost:8983/solr/admin/cores?action=CREATE&name=x&instanceDi

error with multicore CREATE action

2009-11-23 Thread Marc Sturlese
te manually de folders and schema and solconfig files? -- View this message in context: http://old.nabble.com/error-with-multicore-CREATE-action-tp26482255p26482255.html Sent from the Solr - User mailing list archive at Nabble.com.