From 99bed46b4758425706eb16ce1b73d57b296a5d6a Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Fri, 11 Aug 2023 14:13:48 -0700 Subject: [PATCH] Update bulk.md (#4761) Fixes https://github.com/opensearch-project/documentation-website/issues/4706 Signed-off-by: Heather Halter --- _api-reference/document-apis/bulk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_api-reference/document-apis/bulk.md b/_api-reference/document-apis/bulk.md index efb52db7c1..657c1eb45f 100644 --- a/_api-reference/document-apis/bulk.md +++ b/_api-reference/document-apis/bulk.md @@ -14,7 +14,7 @@ Introduced 1.0 The bulk operation lets you add, update, or delete multiple documents in a single request. Compared to individual OpenSearch indexing requests, the bulk operation has significant performance benefits. Whenever practical, we recommend batching indexing operations into bulk requests. -Beginning in OpenSearch 2.9, when indexing documents using the bulk operation, the document `_id` must be 512 MB or less in size. +Beginning in OpenSearch 2.9, when indexing documents using the bulk operation, the document `_id` must be 512 bytes or less in size. {: .note} ## Example