epugh commented on code in PR #4443: URL: https://github.com/apache/solr/pull/4443#discussion_r3273800547
########## solr/solr-ref-guide/modules/deployment-guide/pages/cli/solr-zk-downconfig.adoc: ########## @@ -50,10 +50,38 @@ Download a configset from ZooKeeper to the local filesystem. == Options *-d*, *--conf-dir*=_DIR_:: - *(required)* Local directory with configs. + *(required)* Local directory for configs. ++ +The path to write the downloaded configuration set into. If just a name is supplied, `$SOLR_TIP/server/solr/configsets` will be the parent. An absolute path may be supplied as well. ++ + ++ +In either case, _pre-existing configurations at the destination will be overwritten_! ++ + ++ +**Examples:** ++ +* `-d directory_under_configsets` ++ +* `-d /path/to/configset/destination` *-n*, *--conf-name*=_<confName>_:: *(required)* Configset name in ZooKeeper. ++ +Name of the configuration set under the "/configs" ZooKeeper node. ++ + ++ +You can see available configuration sets in the Admin UI via the Cloud screens. Choose Cloud → Tree → configs to see them. ++ + Review Comment: so, I think it MAY have showed up with the text block. However, my attempts to eliminate it haven't worked, and they don't show up in the rendered docs... -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
