You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jochen Just (JIRA)" <ji...@apache.org> on 2012/05/25 16:22:23 UTC

[jira] [Commented] (SOLR-3489) Config file replication less error prone

    [ https://issues.apache.org/jira/browse/SOLR-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13283469#comment-13283469 ] 

Jochen Just commented on SOLR-3489:
-----------------------------------

The patch is based on branch lucene_solr_36
                
> Config file replication less error prone
> ----------------------------------------
>
>                 Key: SOLR-3489
>                 URL: https://issues.apache.org/jira/browse/SOLR-3489
>             Project: Solr
>          Issue Type: Improvement
>          Components: replication (java)
>    Affects Versions: 3.6
>            Reporter: Jochen Just
>            Priority: Minor
>         Attachments: SOLR-3489.patch, SOLR-3489_reproducing_config.tar.gz
>
>
> If the listing of configuration files that should be replicated contains a space, the following file is not replicated.
> Example:
> {code:xml}
> <!-- The error in the configuration is the space before stopwords.txt.
>      Because of that that file is not replicated -->
> <str name="confFiles">schema.xml,test.txt, stopwords.txt</str>
> {code}
> It would be nice, if that space simply would be ignored.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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