[ https://issues.apache.org/jira/browse/SOLR-10920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ishan Chattopadhyaya updated SOLR-10920: ---------------------------------------- Attachment: SOLR-10920.patch Here's a patch for this. Here's the warning message: {code} 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://127.0.0.1:8983/solr/test90/config -d '{"set-user-property": {"update.autoCreateFields":"false"}}' {code} > Add warning for disabling data driven nature before production > -------------------------------------------------------------- > > Key: SOLR-10920 > URL: https://issues.apache.org/jira/browse/SOLR-10920 > Project: Solr > Issue Type: Sub-task > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Ishan Chattopadhyaya > Assignee: Ishan Chattopadhyaya > Fix For: 7.0 > > Attachments: SOLR-10920.patch > > > Spinning off from SOLR-10574, to add a warning when creating a collection > using _default configset, to the effect that the user should disable data > driven nature before going to production (along with instructions on how to > do so). > https://issues.apache.org/jira/browse/SOLR-10574?focusedCommentId=16043397&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16043397 > https://issues.apache.org/jira/browse/SOLR-10574?focusedCommentId=16043551&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16043551 -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org