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
extra free-format type:object in multiple operation for bulk example: createOperation deleteOperation indexOperation
bulk request with "any_field_key"
{ "index" : { "_index" : "shuyi-index1", "_id" : "1" , "any_field_key": "any_file_value", "pipeline": "pipeline-1", "require_alias": false, } } { "name" : "test_name" }
the request failed with unknown parameters.
for index/create/delete operation, the field is pre-defined and doesn't accept free-format any field name. https://opensearch.org/docs/latest/api-reference/document-apis/bulk/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What is the bug?
extra free-format type:object in multiple operation for bulk
example:
createOperation
deleteOperation
indexOperation
How can one reproduce the bug?
bulk request with "any_field_key"
the request failed with unknown parameters.
What is the expected behavior?
for index/create/delete operation, the field is pre-defined and doesn't accept free-format any field name.
https://opensearch.org/docs/latest/api-reference/document-apis/bulk/
Do you have any screenshots?
The text was updated successfully, but these errors were encountered: