Skip to content

Commit

Permalink
[DOCS] Remove note about partial response from Bulk API docs (#84053) (
Browse files Browse the repository at this point in the history
…#84125)

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)
  • Loading branch information
jrodewig authored Feb 17, 2022
1 parent bbd31b7 commit 0e8a2bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions docs/reference/docs/bulk.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,6 @@ The bulk API's response contains the individual results of each operation in the
request, returned in the order submitted. The success or failure of an
individual operation does not affect other operations in the request.

[[bulk-partial-responses]]
.Partial responses
****
To ensure fast responses, the bulk API will respond with partial results if one
or more shards fail. See <<shard-failures, Shard failures>> for more
information.
****

`took`::
(integer)
How long, in milliseconds, it took to process the bulk request.
Expand Down
1 change: 0 additions & 1 deletion docs/reference/docs/data-replication.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ respond with partial results if one or more shards fail:

* <<search-search, Search>>
* <<search-multi-search, Multi Search>>
* <<docs-bulk, Bulk>>
* <<docs-multi-get, Multi Get>>

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

0 comments on commit 0e8a2bf

Please sign in to comment.