Skip to content
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

Java client issues batch 6 #2597

Merged
merged 4 commits into from
May 31, 2024
Merged

Java client issues batch 6 #2597

merged 4 commits into from
May 31, 2024

Conversation

l-trotta
Copy link
Contributor

@l-trotta l-trotta commented May 30, 2024

  • 558: box_plot should be boxplot. docs
  • 785: doc_count_error should be doc_count_error_upper_bound. server code (it's the only match when searching)
  • 716, 783: multi term vector can take both _id or doc, with doc being an artificial document which has not been indexed. server code, docs
  • 707: some optional types around NodeInfo and subclasses, to make the nodes.info() endpoint work.

Copy link
Contributor

Following you can find the validation results for the APIs you have changed.

API Status Request Response
mtermvectors 🔴 9/10 9/10
nodes.info 🔴 119/120 0/120

You can validate these APIs yourself by using the make validate target.

@l-trotta l-trotta changed the title box_plot is actually boxplot Java client issues batch 6 May 31, 2024
@l-trotta l-trotta requested a review from flobernd May 31, 2024 13:15
Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@l-trotta l-trotta merged commit 6fdb2c2 into main May 31, 2024
7 checks passed
@l-trotta l-trotta deleted the boxplot-fix branch May 31, 2024 13:55
github-actions bot pushed a commit that referenced this pull request May 31, 2024
* box_plot is actually boxplot

* doc_count_error should be doc_count_error_upper_bound

* mtermvector operation id optional

* making the nodes (info) endpoint work

(cherry picked from commit 6fdb2c2)
l-trotta added a commit that referenced this pull request May 31, 2024
* box_plot is actually boxplot

* doc_count_error should be doc_count_error_upper_bound

* mtermvector operation id optional

* making the nodes (info) endpoint work

(cherry picked from commit 6fdb2c2)

Co-authored-by: Laura Trotta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants