-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.2.1
-
Component/s: replication (java)
-
Labels:None
When set lang/stopwords_ja.txt to confFiles in replication settings,
<requestHandler name="/replication" class="solr.ReplicationHandler" > <lst name="master"> <str name="replicateAfter">commit</str> <str name="replicateAfter">startup</str> <str name="confFiles">schema.xml,stopwords.txt,lang/stopwords_ja.txt</str> </lst> </requestHandler>
Only stopwords_ja.txt exists in solr/collection1/conf/lang directory on slave node.