You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2013/05/17 04:01:17 UTC

[jira] [Resolved] (SOLR-4751) The replication problem of the file in a subdirectory.

     [ https://issues.apache.org/jira/browse/SOLR-4751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Koji Sekiguchi resolved SOLR-4751.
----------------------------------

    Resolution: Fixed

Committed on trunk, branch_4x and lucene_solr_4_3. Thanks!
                
> The replication problem of the file in a subdirectory.
> ------------------------------------------------------
>
>                 Key: SOLR-4751
>                 URL: https://issues.apache.org/jira/browse/SOLR-4751
>             Project: Solr
>          Issue Type: Bug
>          Components: replication (java)
>    Affects Versions: 4.2.1
>            Reporter: Minoru Osuka
>            Assignee: Koji Sekiguchi
>            Priority: Minor
>             Fix For: 5.0, 4.4, 4.3.1
>
>         Attachments: SOLR-4751.patch, SOLR-4751.patch
>
>
> When set lang/stopwords_ja.txt to confFiles in replication settings,
> {code:xml}
>   <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>
> {code}
> Only stopwords_ja.txt exists in solr/collection1/conf/lang directory on slave node.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org