Hi!
I am using solrCloud with tomcat5.5
in my setup every lanugage has an its own index and its own solr filters so it 
needs a seprated solr configuration files.

in solrCLoud examples posted here : http://wiki.apache.org/solr/SolrCloud
I noticed that bootstrap_confdir is a given as global -D parameter
but I need to be able to supply it per Core
I tried doing this in solr.xml but failed

solr.xml
<core name='coreES' instanceDir='coreES/'>
  <property name='dataDir' value='/Data/Solr/coreES' />
 <property name="bootstrap_confdir" value="/home/tomcat/solr/coreES/conf"/>
</core>

all my cores are usign the same zoo keeper configuration according to the 
-Dbootstrap_confdi=...

does anyone know how I can specify the bootstrap_confdir on a per-core basis?
thanks

Yatir Ben Shlomo
Outbrain Engineering
yat...@outbrain.com<mailto:yat...@outbrain.com>
tel: +972-73-223912
fax: +972-9-8350055
www.outbrain.com<http://www.outbrain.com/>

Reply via email to