Skip to content

Commit 9f9c015

Browse files
authored
[DOCS] Remove note about partial response from Bulk API docs (#84053) (#84122)
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 33a31b3 commit 9f9c015

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

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