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

This commit is contained in:
Karel Minarik 2020-04-30 19:21:56 +02:00 committed by James Rodewig
parent 61cf646f17
commit 81dcc9aef7
1 changed files with 5 additions and 1 deletions

View File

@ -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]