Roland Villemoes wrote:
Yes,
I have a solution running on that. If you remove your "multicore" level or add
it to your solr.xml it will work.
Roland Villemoes
OK removed the "multicore" level but it still doesn't work. Even tried
having the absolute path in solr.xml which did not work either. I don't
know what I'm missing here. Also tried setting the -Dsolr.solr.home
environmental variable in JAVA_OPTS which did not work.
I have no clue on what I'm missing here.
-----Oprindelig meddelelse-----
Fra: Sergei Goorov [mailto:goo...@gmail.com]
Sendt: 27. april 2010 14:37
Til: solr-user@lucene.apache.org
Emne: Re: multiple cores on SOLR under Tomcat
My SOLR directory structure is:
solr
admin
home
bin
conf
data
solr.xml
multicore
core0
data
conf
core1
data
conf
META-INF
WEB-INF
and my solr.xml is:
<?xml version="1.0" encoding="UTF-8" ?>
<solr persistent="true">
<cores adminPath="/admin/cores">
<core name="core0" instanceDir="core0" />
<core name="core1" instanceDir="core1" />
</cores>
</solr>
may be <core name="core0" instanceDir="multicore/core0" />? or
"multicore" should be excepted from directory hierarchy.
Serg
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.