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.
_id
update
1 parent e4df7aa commit f1e10abCopy full SHA for f1e10ab
docs/reference/docs/bulk.asciidoc
@@ -238,8 +238,7 @@ Removes the specified document from the index.
238
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-index]
239
240
`_id`::
241
-(Required, string)
242
-The document ID.
+(Required, string) The document ID.
243
--
244
245
`index`::
@@ -262,11 +261,12 @@ The following line must contain the partial document and update options.
262
261
263
264
265
-include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=bulk-id]
+`_id`::
266
267
268
`doc`::
269
-(Optional, object)
+(Optional, object)
270
The partial document to index.
271
Required for `update` operations.
272
0 commit comments