Skip to content

Commit

Permalink
[DOCS] Add JS client helper links to docs (elastic#55216)
Browse files Browse the repository at this point in the history
Adds links for the Elasticsearch-js client to the bulk and scroll docs.
  • Loading branch information
delvedor authored May 19, 2020
1 parent c13c7aa commit 0e98652
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/docs/bulk.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ Python::

See http://elasticsearch-py.readthedocs.org/en/master/helpers.html[elasticsearch.helpers.*]

JavaScript::

See {jsclient}/client-helpers.html[client.helpers.*]

[float]
[[bulk-curl]]
===== Submitting bulk requests with cURL
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/search/request/scroll.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Python::
See http://elasticsearch-py.readthedocs.org/en/master/helpers.html[elasticsearch.helpers.*]
JavaScript::
See {jsclient}/client-helpers.html[client.helpers.*]
*********************************************

NOTE: The results that are returned from a scroll request reflect the state of
Expand Down

0 comments on commit 0e98652

Please sign in to comment.