dsmiley commented on code in PR #2729:
URL: https://github.com/apache/solr/pull/2729#discussion_r1795966489
##########
solr/bin/solr:
##########
@@ -367,14 +367,13 @@ function print_usage() {
if [[ "$CMD" == "start" || "$CMD" == "restart" ]]; then
echo ""
- echo "Usage: solr $CMD [-f] [-c] [--host host] [-p port] [-d directory]
[-z zkHost] [-m memory] [-e example] [--solr-home solr.solr.home] [--data-home
solr.data.home] [--jvm-opts \"jvm-opts\"] [-V]"
+ echo "Usage: solr $CMD [-f] [--class] [--host host] [-p port] [-d
directory] [-z zkHost] [-m memory] [-e example] [--solr-home solr.solr.home]
[--data-home solr.data.home] [--jvm-opts \"jvm-opts\"] [-V]"
echo ""
echo " -f Start Solr in foreground; default starts
Solr in the background"
echo " and sends stdout / stderr to
solr-PORT-console.log"
echo ""
- echo " -c or --cloud Start Solr in SolrCloud mode; if -z not
supplied and ZK_HOST not defined in"
- echo " solr.in.sh, an embedded ZooKeeper instance
is started on Solr port+1000,"
- echo " such as 9983 if Solr is bound to 8983"
+ echo " --user-managed Start Solr in User Managed mode"
+ echo " See the Ref Guide for more details:
https://solr.apache.org/guide/solr/latest/deployment-guide/cluster-types.html"
Review Comment:
Let's recognize that people cling to the word "standalone" nonetheless, and
so the description ought to list whatever aliases people use. In fact, I might
suggest further saying "not SolrCloud".
"Start Solr in User Managed AKA Standalone mode. This is not SolrCloud,
there is no ZooKeeper."
and the ref guide link; sure.
--
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]