Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update painless-reindex-context.asciidoc (elastic#84444) (elastic#84712)
ctx['op'] should be set to 'noop', not 'none' when specifying no operation. Elasticsearch error when using 'none': ```json { "error" : { "root_cause" : [ { "type" : "illegal_argument_exception", "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed" } ], "type" : "illegal_argument_exception", "reason" : "Operation type [none] not allowed, only [noop, index, delete] are allowed" }, "status" : 400 } ``` Co-authored-by: jalvar08 <[email protected]>
- Loading branch information