From 0e8a2bf80892eecfc4c95cce6febdb966d025f3b Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Thu, 17 Feb 2022 09:40:02 -0500 Subject: [PATCH] [DOCS] Remove note about partial response from Bulk API docs (#84053) (#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 8ff13361276416cc1d6de43e047902ce227bc6aa) --- docs/reference/docs/bulk.asciidoc | 8 -------- docs/reference/docs/data-replication.asciidoc | 1 - 2 files changed, 9 deletions(-) diff --git a/docs/reference/docs/bulk.asciidoc b/docs/reference/docs/bulk.asciidoc index 52501a4fc2f9d..eb8a4e7d53803 100644 --- a/docs/reference/docs/bulk.asciidoc +++ b/docs/reference/docs/bulk.asciidoc @@ -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 <> for more -information. -**** - `took`:: (integer) How long, in milliseconds, it took to process the bulk request. diff --git a/docs/reference/docs/data-replication.asciidoc b/docs/reference/docs/data-replication.asciidoc index 57902fbc24fc5..45b5ffec3ece9 100644 --- a/docs/reference/docs/data-replication.asciidoc +++ b/docs/reference/docs/data-replication.asciidoc @@ -126,7 +126,6 @@ respond with partial results if one or more shards fail: * <> * <> -* <> * <> Responses containing partial results still provide a `200 OK` HTTP status code.