[Backport 8.x] Address feedback and add clarity (#2451)

Co-authored-by: Marci W <333176+marciw@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-11-12 11:07:14 -06:00
committed by GitHub
parent 346663f704
commit dabe34dae8

View File

@ -1,10 +1,10 @@
[[bulk_examples]]
=== Bulk
The `bulk` API makes it possible to perform many index/delete operations in a
single API call. This can greatly increase the indexing speed.
With the {jsclient}/api-reference.html#_bulk[`bulk` API], you can perform multiple index/delete operations in a
single API call. The `bulk` API significantly increases indexing speed.
NOTE: Did you know that we provide an helper for sending bulk request? You can find it {jsclient}/client-helpers.html[here].
NOTE: You can also use the {jsclient}/client-helpers.html[bulk helper].
[source,js]
----