Alexandre Rafalovitch created SOLR-14818:
--------------------------------------------

             Summary: Config API: set user properties only show up in 
/update/overlay command
                 Key: SOLR-14818
                 URL: https://issues.apache.org/jira/browse/SOLR-14818
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: config-api
            Reporter: Alexandre Rafalovitch


/update endpoint is supposed to include everything except implicit parameters. 
However, it is missing at least some entries that show up in overlay.

Set a user property:

{panel:title=Set the property}
$ bin/solr config -c configapi -p 8983 -action set-user-property -property 
update.autoCreateFields -value false

POSTing request to Config API: http://localhost:8983/solr/configapi/config
{"set-user-property":{"update.autoCreateFields":"false"}}
Successfully set-user-property update.autoCreateFields to false
{panel}

curl http://localhost:8983/solr/configapi/config |grep autoCreateFields
*returns no match*

curl http://localhost:8983/solr/configapi/config/overlay |grep autoCreateFields
*returns a match*



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to