[
https://issues.apache.org/jira/browse/SOLR-11108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gerlowski resolved SOLR-11108.
------------------------------------
Resolution: Fixed
> Shorten _default configset warning and use ConfigTool
> -----------------------------------------------------
>
> Key: SOLR-11108
> URL: https://issues.apache.org/jira/browse/SOLR-11108
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: scripts and tools
> Affects Versions: 7.0
> Reporter: Jan Høydahl
> Assignee: Jason Gerlowski
> Priority: Major
> Fix For: master (8.0), 7.3
>
> Attachments: SOLR-11108.patch, SOLR-11108.patch
>
>
> In SOLR-10920 a WARNING was added when creating a data driven collection with
> config-set _default.
> That output from {{bin/solr}} is quite heavy:
> {noformat}
> WARNING: Using _default configset. Data driven schema functionality is
> enabled by default, which is
> NOT RECOMMENDED for production use.
> To turn it off:
> curl http://localhost:8983/solr/foo/config -d
> '{"set-user-property": {"update.autoCreateFields":"false"}}'
> {noformat}
> Suggest this output instead, avoiding cURL:
> {noformat}
> WARNING: Using _default configset with data driven schema functionality. NOT
> RECOMMENDED for production use.
> To turn off: bin/solr config -c mycoll -p myport -property
> update.autoCreateFields -value false
> {noformat}
> We already have the {{ConfigTool}} in SolrCLI, but it needs to understand
> {{-c}} in addition to {{-collection}} and {{-p}} in addition to {{-solrUrl}}
> to be more familiar.
> Also suggest to move the printout from bin/solr and bin/solr.cmd to SolrCLI
> at the same time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]