Skip to content

Commit 05e140c

Browse files
[Backport 8.15] Address feedback and add clarity (#2450)
Co-authored-by: Marci W <[email protected]>
1 parent b050185 commit 05e140c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/examples/bulk.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[[bulk_examples]]
22
=== Bulk
33

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.
4+
With the {jsclient}/api-reference.html#_bulk[`bulk` API], you can perform multiple index/delete operations in a
5+
single API call. The `bulk` API significantly increases indexing speed.
66

7-
NOTE: Did you know that we provide an helper for sending bulk request? You can find it {jsclient}/client-helpers.html[here].
7+
NOTE: You can also use the {jsclient}/client-helpers.html[bulk helper].
88

99
[source,js]
1010
----

0 commit comments

Comments
 (0)