You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Marcin Rzewucki (JIRA)" <ji...@apache.org> on 2013/07/19 16:16:48 UTC

[jira] [Updated] (SOLR-5051) CoreAdmin API does not handle config and schema parameters when persistence is enabled

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

Marcin Rzewucki updated SOLR-5051:
----------------------------------

    Attachment: SOLR-5051.patch
    
> CoreAdmin API does not handle config and schema parameters when persistence is enabled
> --------------------------------------------------------------------------------------
>
>                 Key: SOLR-5051
>                 URL: https://issues.apache.org/jira/browse/SOLR-5051
>             Project: Solr
>          Issue Type: Bug
>          Components: SolrCloud
>    Affects Versions: 4.3.1
>            Reporter: Marcin Rzewucki
>            Priority: Minor
>         Attachments: SOLR-5051.patch
>
>
> Custom config and schema name are not written to solr.xml when persistence is enabled and CoresAdmin API is used. 
> For example:
> curl 'http://localhost:8983/solr/admin/cores?action=CREATE&name=mycore&instanceDir=mydir&config=solrconfig-myconf.xml&schema=schema-myconf.xml&collection=mycollection&shard=myshard&loadOnStartup=true&transient=false'
> In solr.xml there will be:
>     <core loadOnStartup="true" shard="myshard" instanceDir="mydir/" transient="false" name="mycore" collection="mycollection"/>
> Solr will use default config and schema XML files, which may lead to some problems in querying and/or indexing.

--
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