Skip to content

Commit 9602b3d

Browse files
authored
[DOCS] Remove note about partial response from Bulk API docs (#84053) (#84121)
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 16633a3 commit 9602b3d

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
@@ -350,14 +350,6 @@ The bulk API's response contains the individual results of each operation in the
350350
request, returned in the order submitted. The success or failure of an
351351
individual operation does not affect other operations in the request.
352352

353-
[[bulk-partial-responses]]
354-
.Partial responses
355-
****
356-
To ensure fast responses, the bulk API will respond with partial results if one
357-
or more shards fail. See <<shard-failures, Shard failures>> for more
358-
information.
359-
****
360-
361353
`took`::
362354
(integer)
363355
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)