Kordishal commented on code in PR #3175:
URL: https://github.com/apache/solr/pull/3175#discussion_r1952792666


##########
solr/solr-ref-guide/modules/deployment-guide/pages/enabling-ssl.adoc:
##########
@@ -245,7 +245,7 @@ Windows::
 ====
 [source,powershell]
 ----
-C:\> bin/solr.cmd --property urlSchema --value https --zk-host 
server1:2181,server2:2181,server3:2181

Review Comment:
   I did not notice that. As I don't have a windows system I can't really 
confirm this. The script is running the cluster command with the solrcli class. 
So probably would be documented there.
   
   
https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/cli/SolrCLI.java
   
   and then uses:
   
   
https://github.com/apache/solr/blob/main/solr/core/src/java/org/apache/solr/cli/ClusterTool.java
   
   SolrCli has a cluster command so probably this needs cluster too, but I have 
found no documentation of SolrCLI at all.



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to