|
@@ -9,7 +9,7 @@ add, modify, or delete fields within a single document.
|
|
|
`params` (`Map`, read-only)::
|
|
|
User-defined parameters passed in as part of the query.
|
|
|
|
|
|
-`ctx['_op']` (`String`)::
|
|
|
+`ctx['op']` (`String`)::
|
|
|
The name of the operation.
|
|
|
|
|
|
{ref}/mapping-routing-field.html[`ctx['_routing']`] (`String`, read-only)::
|
|
@@ -36,7 +36,7 @@ add, modify, or delete fields within a single document.
|
|
|
|
|
|
*Side Effects*
|
|
|
|
|
|
-`ctx['_op']`::
|
|
|
+`ctx['op']`::
|
|
|
Use the default of `index` to update a document. Set to `none` to
|
|
|
specify no operation or `delete` to delete the current document from
|
|
|
the index.
|
|
@@ -75,4 +75,4 @@ POST /seats/_update/3
|
|
|
}
|
|
|
}
|
|
|
--------------------------------------------------
|
|
|
-// TEST[setup:seats]
|
|
|
+// TEST[setup:seats]
|