epugh commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r579658959
########## File path: solr/solr-ref-guide/src/collection-management.adoc ########## @@ -156,14 +191,62 @@ http://localhost:8983/solr/admin/collections?action=CREATE&name=newCollection&nu [[reload]] == RELOAD: Reload a Collection -`/admin/collections?action=RELOAD&name=_name_` +The RELOAD action is used when you have changed a configuration file in ZooKeeper, like uploading a new `schema.xml`. +Solr automatically reloads collections when certain files, monitored via a watch in ZooKeeper are changed, +such as `security.json`. However, for changes to files in configsets, like uploading a new `schema.xml`, you +will need to manually trigger the RELOAD. + +[.dynamic-tabs] +-- +[example.tab-pane#v1reloadcollection] +==== +[.tab-label]*V1 API* + +With the v1 API, the `reload` command must be capitalized as `RELOAD`: Review comment: Well look at that! Apparently there must be some new capacity in Java to somehow handle strings in a case insensitive way that was added ;-). I always hated that line in the docs ;-) Thanks for checking this!!! ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org