We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b050185 commit 05e140cCopy full SHA for 05e140c
docs/examples/bulk.asciidoc
@@ -1,10 +1,10 @@
1
[[bulk_examples]]
2
=== Bulk
3
4
-The `bulk` API makes it possible to perform many index/delete operations in a
5
-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.
6
7
-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].
8
9
[source,js]
10
----
0 commit comments