Hi,

I have uploaded solrconfig.xml, db-data-config.xml , solrcore.properties
(ABC.properties ) files into zookeeper.

below is my solr.xml file,

<?xml version="1.0" encoding="UTF-8" ?>
<solr persistent="true">
  <cores defaultCoreName="ABC" adminPath="/admin/cores"
zkClientTimeout="${zkClientTimeout:15000}" host="${host:}"
hostPort="${port}" hostContext="${hostContext:}"  >

          <core loadOnStartup="true" instanceDir="ABC" transient="false"
name="ABC" properties="$propfile" >
         <property name="propfile" value="ABC.properties" />
                    </core>

  </cores>
  </solr>


while starting the solr, it was not able to recognize ABC.properties . Am i
doing correct ?

Thanks,
Sathish




--
View this message in context: 
http://lucene.472066.n3.nabble.com/Refering-SOLRcore-properties-in-zookeeper-tp4079639.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to