Willdotwhite commented on PR #1711:
URL: https://github.com/apache/solr/pull/1711#issuecomment-1596048311

   LGTM @epugh  👍🏻 
   
   ```powershell
   PS C:\Users\Will\Projects\solr\solr\packaging\build\dev\bin> .\solr.cmd -v
   Solr version is: 10.0.0
   PS C:\Users\Will\Projects\solr\solr\packaging\build\dev\bin> .\solr.cmd 
-version
   Solr version is: 10.0.0
   PS C:\Users\Will\Projects\solr\solr\packaging\build\dev\bin> .\solr.cmd 
version 
   
   Invalid command-line option: version                                         
                                                                                
            
                                                                                
                                                                                
            
                                                                                
                                                                                
            
   Usage: solr COMMAND OPTIONS                                                  
                                                                                
            
          where COMMAND is one of: start, stop, restart, status, healthcheck, 
create, create_core, create_collection, delete, zk, auth, assert, config, 
export, api, package
                                                                                
                                                                                
            
     Standalone server example (start Solr running in the background on port 
8984):                                                                          
               
                                                                                
                                                                                
            
       solr start -p 8984                                                       
                                                                                
            
                                                                                
                                                                                
            
     SolrCloud example (start Solr running in SolrCloud mode using 
localhost:2181 to connect to Zookeeper, with 1g max heap size and remote Java 
debug options enabled):    
                                                                                
                                                                                
            
       solr start -c -m 1g -z localhost:2181 -a "-Xdebug 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"                  
                                   
                                                                                
                                                                                
            
     Omit '-z localhost:2181' from the above command if you have defined 
ZK_HOST in solr.in.cmd.                                                         
                   
                                                                                
                                                                                
            
   Pass -help after any COMMAND to see command-specific usage information,      
                                                                                
            
     such as:    solr start -help or solr stop -help                            
 
     ```


-- 
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