Skip to content

Commit 09aa024

Browse files
Update version and add link to examples - Javascript client (opensearch-project#4224)
* addlinktoguides Signed-off-by: Heather Halter <hdhalter@amazon.com> * addslinktohelperfile Signed-off-by: Heather Halter <hdhalter@amazon.com> * addedlinktohelper Signed-off-by: Heather Halter <hdhalter@amazon.com> * Update _clients/javascript/index.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM> * Update _clients/javascript/helpers.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM> --------- Signed-off-by: Heather Halter <hdhalter@amazon.com> Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent bfdd426 commit 09aa024

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

_clients/javascript/helpers.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 2
77

88
# Helper methods
99

10-
Helper methods simplify the use of complicated API tasks.
10+
Helper methods simplify the use of complicated API tasks. For the client's complete API documentation and additional examples, see the [JS client API documentation](https://opensearch-project.github.io/opensearch-js/2.2/index.html).
1111

1212
## Bulk helper
1313

@@ -68,7 +68,7 @@ When creating a new bulk helper instance, you can use the following configuratio
6868

6969
### Examples
7070

71-
The following examples illustrate the index, create, update, and delete bulk helper operations.
71+
The following examples illustrate the index, create, update, and delete bulk helper operations. For more information and advanced index actions, see the [`opensearch-js` guides](https://github.com/opensearch-project/opensearch-js/tree/main/guides) in GitHub.
7272

7373
#### Index
7474

_clients/javascript/index.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ redirect_from:
99

1010
# JavaScript client
1111

12-
The OpenSearch JavaScript (JS) client provides a safer and easier way to interact with your OpenSearch cluster. Rather than using OpenSearch from the browser and potentially exposing your data to the public, you can build an OpenSearch client that takes care of sending requests to your cluster. For the client's complete API documentation and additional examples, see the [JS client API documentation](https://opensearch-project.github.io/opensearch-js/2.1/index.html).
12+
The OpenSearch JavaScript (JS) client provides a safer and easier way to interact with your OpenSearch cluster. Rather than using OpenSearch from the browser and potentially exposing your data to the public, you can build an OpenSearch client that takes care of sending requests to your cluster. For the client's complete API documentation and additional examples, see the [JS client API documentation](https://opensearch-project.github.io/opensearch-js/2.2/index.html).
1313

14-
The client contains a library of APIs that let you perform different operations on your cluster and return a standard response body. The example here demonstrates some basic operations like creating an index, adding documents, and searching your data.
14+
The client contains a library of APIs that let you perform different operations on your cluster and return a standard response body. The example here demonstrates some basic operations like creating an index, adding documents, and searching your data.
15+
16+
You can use helper methods to simplify the use of complicated API tasks. For more information, see [Helper methods]({{site.url}}{{site.baseurl}}/clients/javascript/helpers/). For more advanced index actions, see the [`opensearch-js` guides](https://github.com/opensearch-project/opensearch-js/tree/main/guides) in GitHub.
1517

1618
## Setup
1719

0 commit comments

Comments
 (0)