Multicore Solr (trunk) creates extra dirs

2009-07-14 Thread Otis Gospodnetic
Hello, I just built solr.war from trunk and deployed it to a multicore solr server whose solr.xml looks like this: ?xml version=1.0 encoding=UTF-8 ? cores adminPath=/admin/cores core name=core0 instanceDir=/mnt/solrhome/cores/core0 / core name=core1

Re: Multicore Solr (trunk) creates extra dirs

2009-07-14 Thread Otis Gospodnetic
: Multicore Solr (trunk) creates extra dirs Hello, I just built solr.war from trunk and deployed it to a multicore solr server whose solr.xml looks like this: Each core has conf and data/index dirs under its instanceDir. e.g. $ tree /mnt/solrhome/cores/core0