Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
/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:
$ 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
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