multicore file creation order

2011-06-27 Thread Jérôme Étévé
Hi, When one issues a command admin/coreaction=CREATEcore=blablainstanceDir=...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

2011-06-27 Thread Stefan Matheis
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