Jan Høydahl created SOLR-11108:
----------------------------------

             Summary: 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
             Fix For: 7.1


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
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to