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

Erick Erickson commented on SOLR-791:
-------------------------------------

To actually work, you'd need to upload essentially all of the conf directory, 
as well as any sub-directories. For instance, what about stopwords.txt? 
protwords.txt? the velocity and xslt subdirs? dictionary files? elevate.xml? 
currency.xml? Simply uploading the schema.xml and solrconfig.xml files will 
fail if any filter references, say, stopwords.txt.
                
> Allow to submit config and schema when creating a new core
> ----------------------------------------------------------
>
>                 Key: SOLR-791
>                 URL: https://issues.apache.org/jira/browse/SOLR-791
>             Project: Solr
>          Issue Type: New Feature
>          Components: clients - java
>    Affects Versions: 1.3
>            Reporter: Gunnar Wagenknecht
>
> Currently it's possible to create cores "remotely" via SolrJ.
> {code}
> CoreAdminRequest.createCore("acore", "acoreinstancedir", adminServer);
> {code}
> However, this process is incomplete because I need to manually log onto the 
> remote server and place a configuration file as well as a schema file into 
> the {{conf/}} folder in the {{acoreinstancedir/}}. It would be great it I can 
> simply submit those files together with the create core request.

--
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to