Skip to content

Commit e42e924

Browse files
authored
[DOCS] Remove note about partial response from Bulk API docs (#84053) (#84124)
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 6b32e0a commit e42e924

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

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