From 25ac2833e1773901c98999631bd2675905c09fa2 Mon Sep 17 00:00:00 2001 From: Laura Trotta <153528055+l-trotta@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:05:30 +0100 Subject: [PATCH] missing doc for java bulk ingester (#5706) (cherry picked from commit 276f92f110dd1066ead35b1f353b312fedf1cf79) --- 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 39046a1513..eb06481661 100644 --- a/specification/_global/bulk/BulkRequest.ts +++ b/specification/_global/bulk/BulkRequest.ts @@ -95,6 +95,7 @@ import { OperationContainer, UpdateAction } from './types' * * Perl: Check out `Search::Elasticsearch::Client::5_0::Bulk` and `Search::Elasticsearch::Client::5_0::Scroll` * * Python: Check out `elasticsearch.helpers.*` * * JavaScript: Check out `client.helpers.*` + * * Java: Check out `co.elastic.clients.elasticsearch._helpers.bulk.BulkIngester` * * .NET: Check out `BulkAllObservable` * * PHP: Check out bulk indexing. * * Ruby: Check out `Elasticsearch::Helpers::BulkHelper`