Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
4.2.1
-
None
Description
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.