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`