-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Separate docs for _search and _msearch #7728
Conversation
Updated summary and description to differentiate these two end points.
This is in response to testing #7722 |
summary = "Search endpoint", | ||
description = "See https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html for search parameters details.") | ||
summary = "Execute a search query and get back search hits that match the query.", | ||
description = "The search API execute a search query (q query string or JSON request body). For more information see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html for search parameters, and https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html Query DSL.") |
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.
It is unclear to me if q query string is supported?
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.
What do you mean? This end-point supports POST
and accepts a body with an Elasticsearch query
Quality Gate passedIssues Measures |
Updated summary and description to differentiate these two end points.
Checklist
main
branch, backports managed with labelREADME.md
filespom.xml
dependency management. Update build documentation with intended library use and library tutorials or documentationFunded by GeoCat on behalf of GeoCat Live product.