-
Notifications
You must be signed in to change notification settings - Fork 24.8k
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 REST API spec for /_search_shards endpoint #5907
Conversation
"local": { | ||
"type": "boolean", | ||
"description": "Return local information, do not retrieve the state from master node (default: false)" | ||
} |
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.
I think we are missing some params here, like: expand_wildcards
, ignore_unavailable
and allow_no_indices
.
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.
Good catch, I missed those, I will add them.
I left some comments, it would be nice also to add some REST tests for this. |
@javanna thanks for the comments! I have addressed them and added a REST test for this. |
LGTM |
Also adds REST test for /_search_shards Closes elastic#5907
Also adds REST test for /_search_shards Closes #5907
Also adds REST test for /_search_shards Closes #5907
Also adds REST test for /_search_shards Closes #5907
Also adds REST test for /_search_shards Closes elastic#5907
Also adds REST test for /_search_shards Closes elastic#5907
Also adds REST test for /_search_shards Closes elastic#5907
No description provided.