Browse Source

[DOCS] Add link to the Go client bulk helper (#55872)

Karel Minarik 5 years ago
parent
commit
9ea8b18507
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/reference/docs/bulk.asciidoc

+ 5 - 1
docs/reference/docs/bulk.asciidoc

@@ -92,6 +92,10 @@ as this will slow things down.
 Some of the officially supported clients provide helpers to assist with
 bulk requests and reindexing of documents from one index to another:
 
+Go::
+
+    See https://github.com/elastic/go-elasticsearch/tree/master/_examples/bulk#indexergo[esutil.BulkIndexer]
+
 Perl::
 
     See https://metacpan.org/pod/Search::Elasticsearch::Client::5_0::Bulk[Search::Elasticsearch::Client::5_0::Bulk]
@@ -662,4 +666,4 @@ The API returns the following result.
   ]
 }
 ----
-// TESTRESPONSE[s/"index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA"/"index_uuid": $body.$_path/]
+// TESTRESPONSE[s/"index_uuid": "aAsFqTI0Tc2W0LCWgPNrOA"/"index_uuid": $body.$_path/]