-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for new API for Node analyzers #6252
base: main
Are you sure you want to change the base?
Conversation
Note: Depending on when (or if) the related PR in OpenSearch is merged then we need to update the |
1c13038
to
59f6a44
Compare
Thanks, @lukas-vlcek ! This is addressing this issue, right? #5426. Is it ready for a doc review? We can look at the additional fixes, and backport them. Thanks for catching and fixing them! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for providing documentation, @lukas-vlcek! Left some comments that should be easy to resolve. Then we can move the PR to editorial review.
@hdhalter Please see my response #5426 (comment) It is currently not part of |
Thanks, @lukas-vlcek, I closed the issue related to _cat API. For this node API PR, is it going out in 2.12? |
b430bab
to
f411864
Compare
@kolchfa-aws Thanks for detailed review. I updated the PR and marked all comments as resolved. |
Thank you, @lukas-vlcek! I'll move the PR to editorial review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kolchfa-aws @lukas-vlcek Please see my comments and changes and let me know if you have any questions. Thanks!
f411864
to
dba52d7
Compare
dba52d7
to
b2ef873
Compare
@lukas-vlcek Just a couple of more suggestions to reword the headings. Thanks! |
b2ef873
to
7679f14
Compare
@kolchfa-aws @natebower Thanks for all the reviews and feedback! |
I updated this PR. Now, it contains only part relevant to the new functionality. All the other changes has been already merged in #6415. I have only two comments:
//cc @kolchfa-aws @hdhalter |
@lukas-vlcek Thanks for doing this! We'll update the version text before merging. I agree with making long requests/responses closed by default. You can change "open" to "closed' to achieve that. |
I was inspecting the life HTML document in chrome and it seemed that there is no |
BTW, WRT the version, the feature seems to be scheduled for 2.13, see opensearch-project/OpenSearch#5481 (comment) |
You're right. It's closed by default and you add the |
This functionality was introduced in PR opensearch-project/OpenSearch#10296 Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
680ba25
to
704e427
Compare
@kolchfa-aws I updated the |
Improve the documentation for Analyzers (some terminology was not correct) also fix some broken links along the way. Note: this commit is a spin-off of opensearch-project#6252 Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
@lukas-vlcek Do you think this feature will be included in 2.13? |
@kolchfa-aws Unfortunately not, I did not make it. Sorry about that. Let's plan it for 2.14. |
@lukas-vlcek: Is this still targeting 2.14? |
@Naarcha-AWS I'm back so I'll take this PR from here. Thank you! |
@lukas-vlcek Do you know if this is going into 2.15? |
Assuming this is not going in 2.15, since @reta removed the 2.15 label from opensearch-project/OpenSearch#10296. |
Description
This commit introduces documentation for new extension of Nodes API that exposes names of analysis components available on cluster node(s).
This commit also contains additional changes:
In addition to this, this PR contains two commits where the commit with title "Fix broken links" fixes some broken links on the plugin page and might be a good candidate for pack-porting.
Issues Resolved
This issue is part of opensearch-project/OpenSearch#10296
Do not merge it if ^^ is not merged as well.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.