From 68469d1325f9351b909ec2e7ddd6bbb86d6fa7f2 Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 11 Aug 2025 06:39:35 +0100 Subject: [PATCH] [DOCS] Adds Ruby bulk helper to BulkRequest documentation (#5057) (cherry picked from commit 0acbc60e56663731005997e8750a7ef75c7ef816) --- specification/_global/bulk/BulkRequest.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/_global/bulk/BulkRequest.ts b/specification/_global/bulk/BulkRequest.ts index 702b1b16fa..631122409a 100644 --- a/specification/_global/bulk/BulkRequest.ts +++ b/specification/_global/bulk/BulkRequest.ts @@ -96,6 +96,7 @@ import { OperationContainer, UpdateAction } from './types' * * JavaScript: Check out `client.helpers.*` * * .NET: Check out `BulkAllObservable` * * PHP: Check out bulk indexing. + * * Ruby: Check out `Elasticsearch::Helpers::BulkHelper` * * **Submitting bulk requests with cURL** *