We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d931e4c commit 20750e9Copy full SHA for 20750e9
docs/reference/docs/update-by-query.asciidoc
@@ -431,7 +431,7 @@ The update by query operation skips updating the document and increments the `n
431
Set `ctx.op = "delete"` if your script decides that the document should be deleted.
432
The update by query operation deletes the document and increments the `deleted` counter.
433
434
-Update by query only supports `update`, `noop`, and `delete`.
+Update by query only supports `index`, `noop`, and `delete`.
435
Setting `ctx.op` to anything else is an error. Setting any other field in `ctx` is an error.
436
This API only enables you to modify the source of matching documents, you cannot move them.
437
0 commit comments