You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jérôme Étévé <je...@gmail.com> on 2011/06/27 12:20:28 UTC

multicore file creation order

Hi,

When one issues a command
admin/core&action=CREATE&core=blabla&instanceDir=...&dataDir=../../foobar
, what gets created first on disk?

Is it the new solr.xml or the new data directory?

Cheers,

Jerome.

-- 
Jerome Eteve.

http://sigstp.blogspot.com/
http://twitter.com/jeteve

Re: multicore file creation order

Posted by Stefan Matheis <ma...@googlemail.com>.
Jérôme,

the complete directory structure, including required files, has to be 
created first - manually. the admin/cores will only "activate" the core 
for solr, that's it :)

Regards
Stefan

Am 27.06.2011 12:20, schrieb Jérôme Étévé:
> Hi,
>
> When one issues a command
> admin/core&action=CREATE&core=blabla&instanceDir=...&dataDir=../../foobar
> , what gets created first on disk?
>
> Is it the new solr.xml or the new data directory?
>
> Cheers,
>
> Jerome.
>