We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opensearch-api-specification/spec/schemas/_common.query_dsl.yaml
Line 986 in 508c210
extra free-format object in match all query, which is not correct. public doc
MatchAllQuery: allOf: - $ref: '#/components/schemas/QueryBase' - type: object
in json format would be
{ "match_all": {} } [supported] or { "match_all": { "boost": 1.2, "_name": "xyz" } } [supported] or { "match_all": { "boost": 1.2, "_name": "xyz" }, "any_key": {} } [not supported]
N/A
The text was updated successfully, but these errors were encountered:
Closed via #572
Sorry, something went wrong.
No branches or pull requests
What is the bug?
opensearch-api-specification/spec/schemas/_common.query_dsl.yaml
Line 986 in 508c210
extra free-format object in match all query, which is not correct. public doc
in json format would be
How can one reproduce the bug?
N/A
What is the expected behavior?
N/A
The text was updated successfully, but these errors were encountered: