SOLR-16761: Document the bin/solr api command#1581
Conversation
|
As I opened this PR I wondered to myself, why do we have this command? Why not just use Curl etc? I'm curious if we have any ideas why this is here? For situations where you don't have curl??? |
There are a couple issues, like basicAuth and TLS I believe, that this makes much easier. (Though I have seen the command take extraordinary amounts of time to run. Like 5 seconds for a basic check that should take milliseconds) |
| === Improvements to Solr CLI | ||
| * the bin/solr -i and bin/solr -info removed in favour of bin/solr status command. |
There was a problem hiding this comment.
| === Improvements to Solr CLI | |
| * the bin/solr -i and bin/solr -info removed in favour of bin/solr status command. | |
| === Improvements to the Solr CLI | |
| * The`-i` and `-info` options for `bin/solr` have been removed in favour of the `bin/solr status` command. |
I think you added this to the wrong PR though...
There was a problem hiding this comment.
argh.... How about I must merge this one ;-)
* add section for 9.3 that will be longer as more solrcli changes show up * give the user a hint why they use this instead of tools like curl
https://issues.apache.org/jira/browse/SOLR-16761
Description
I didn't know it existed..
Solution
Bit o' docs.
Tests
Please describe the tests you've developed or run to confirm this patch implements the feature or solves the problem.
Checklist
Please review the following and check all that apply:
mainbranch../gradlew check.