Eric Pugh created SOLR-17318: -------------------------------- Summary: bin/solr version should take a -z or -s and return actual version. Key: SOLR-17318 URL: https://issues.apache.org/jira/browse/SOLR-17318 Project: Solr Issue Type: Sub-task Components: cli Reporter: Eric Pugh
Sourced from [https://github.com/apache/solr/pull/1768#issuecomment-2142193420] Now that {{bin/solr}} supports a remote Solr cluster with {{{}--solr-url{}}}. We currently support {{solr version}} which prints the version from {{{}SolrVersion.java{}}}, i.e. the client version. However, if you run the tool towards a remote solr with a different version, you won't see that. So I wonder if {{solr --version}} should be the tool version, but {{solr version --solr-url http://foo.bar/solr/}} should call the backend to ask for its version. Maybe have solr/version ALSO report the version of Solr the CLI was built with. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org