Skip to content

Commit ff2f7ae

Browse files
authored
[DOCS] Remove note about partial response from Bulk API docs (#84053) (#84117)
The bulk API response with a `200 OK` HTTP status always returns an entry for each action in the request. Partial responses aren't applicable. (cherry picked from commit 8ff1336)
1 parent d8182d1 commit ff2f7ae

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/reference/docs/bulk.asciidoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -351,14 +351,6 @@ The bulk API's response contains the individual results of each operation in the
351351
request, returned in the order submitted. The success or failure of an
352352
individual operation does not affect other operations in the request.
353353

354-
[[bulk-partial-responses]]
355-
.Partial responses
356-
****
357-
To ensure fast responses, the bulk API will respond with partial results if one
358-
or more shards fail. See <<shard-failures, Shard failures>> for more
359-
information.
360-
****
361-
362354
`took`::
363355
(integer)
364356
How long, in milliseconds, it took to process the bulk request.

docs/reference/docs/data-replication.asciidoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ respond with partial results if one or more shards fail:
126126

127127
* <<search-search, Search>>
128128
* <<search-multi-search, Multi Search>>
129-
* <<docs-bulk, Bulk>>
130129
* <<docs-multi-get, Multi Get>>
131130

132131
Responses containing partial results still provide a `200 OK` HTTP status code.

0 commit comments

Comments
 (0)