[
https://issues.apache.org/jira/browse/SOLR-10902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16091317#comment-16091317
]
Jan Høydahl commented on SOLR-10902:
------------------------------------
{{SolrCLI.java}} already has a {{ConfigTool}} and a method
{code:java}
protected void setCollectionConfigProperty(String solrUrl, String
collectionName, String propName, String propValue)
{code}
So this should be quite easy to script, e.g.
{code}
bin/solr create -c foo -dynamic false
{code}
> CREATE collection command to have parameter for turning on/off data driven
> nature
> ---------------------------------------------------------------------------------
>
> Key: SOLR-10902
> URL: https://issues.apache.org/jira/browse/SOLR-10902
> Project: Solr
> Issue Type: Sub-task
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Ishan Chattopadhyaya
> Fix For: 7.0
>
>
> Once SOLR-10574 is implemented, it would be good to have a CREATE collection
> parameter to turn on/off the data-driven nature.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]