Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
In the bin/solr.cmd windows script, the :run_zk method still has all the logic for validating arguments. However, we can now rely on the java code for that.
I suspect there are other opportunities for shrinking bin/solr.cmd as well now that argument parsing/handling is in Java.