On 10/23/2013 7:50 AM, Branham, Jeremy [HR] wrote: > It seems the parameters in solr.xml are being ignored. > > <?xml version="1.0" encoding="UTF-8" ?> > <solr persistent="true" sharedLib="lib" zkHost="192.168.1.102:2181" > host="localhost" hostPort="8080" hostContext="/svc/solr"> > <cores adminPath="/admin/cores"> > <core schema="schema.xml" instanceDir="root/" name="test" shard="shard1" > collection="test" dataDir="/data/v8p/solr/test/data"/> > </cores> > </solr>
Did you restart Solr (actually your container - jetty, tomcat, etc) after making that change? You'll need to make the change on all your Solr instances and restart them all. Thanks, Shawn