Skip to content

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.
@github-actions
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
@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 <153528055+l-trotta@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment