From 8fd73d1e4f20bf78cdcd451cc649cbee9e31b510 Mon Sep 17 00:00:00 2001 From: Russ Cam Date: Tue, 26 May 2020 23:12:14 +1000 Subject: [PATCH] [DOCS] Add .NET client link to Bulk API docs (#57095) This commit adds a link in the Bulk API documentation to the .NET client's BulkAllObservable type and associated methods. --- docs/reference/docs/bulk.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/docs/bulk.asciidoc b/docs/reference/docs/bulk.asciidoc index c6caee9607f..e711d48a993 100644 --- a/docs/reference/docs/bulk.asciidoc +++ b/docs/reference/docs/bulk.asciidoc @@ -109,6 +109,9 @@ JavaScript:: See {jsclient-current}/client-helpers.html[client.helpers.*] +.NET:: + See https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/indexing-documents.html#_multiple_documents_with_bulkallobservable_helper[`BulkAllObservable`] + [float] [[bulk-curl]] ===== Submitting bulk requests with cURL