autoAddReplicas is _not_ specified in solr.xml. The things you can change in solr.xml are some of the properties used in dealing with collections _created_ with autoAddReplicas. See the CREATE action in the collections API here: https://cwiki.apache.org/confluence/display/solr/Collections+API#CollectionsAPI-api1
Best, Erick On Wed, Jul 20, 2016 at 2:46 PM, Joe Obernberger <joseph.obernber...@gmail.com> wrote: > Hi - I'm not sure how to enable autoAddReplicas to be true for collections. > According to here: > https://cwiki.apache.org/confluence/display/solr/Running+Solr+on+HDFS > it is specified in solr.xml, but I tried adding: > > <bool name="autoAddReplicas">true</bool> > > and that results in an error. What am I doing wrong? > Thanks! > > -Joe >