From 82ce7cf45157357df4ff547df037c56a013732bf Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Fri, 2 Jun 2023 12:46:01 -0700 Subject: [PATCH 1/5] addlinktoguides Signed-off-by: Heather Halter --- _clients/javascript/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_clients/javascript/index.md b/_clients/javascript/index.md index ba58ad04f4..3ce812c7a0 100644 --- a/_clients/javascript/index.md +++ b/_clients/javascript/index.md @@ -9,9 +9,9 @@ redirect_from: # JavaScript client -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). +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). -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. +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. For more information and advanced index actions, see the [opensearch-js guides](https://github.com/opensearch-project/opensearch-js/tree/main/guides) in GitHub. ## Setup From 1385a03eb8fb8ca95185b9aff031a1ce98420fad Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Fri, 2 Jun 2023 13:06:47 -0700 Subject: [PATCH 2/5] addslinktohelperfile Signed-off-by: Heather Halter --- _clients/javascript/helpers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_clients/javascript/helpers.md b/_clients/javascript/helpers.md index 9efd74d305..641e91db26 100644 --- a/_clients/javascript/helpers.md +++ b/_clients/javascript/helpers.md @@ -7,7 +7,7 @@ nav_order: 2 # Helper methods -Helper methods simplify the use of complicated API tasks. +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). ## Bulk helper @@ -68,7 +68,7 @@ When creating a new bulk helper instance, you can use the following configuratio ### Examples -The following examples illustrate the index, create, update, and delete bulk helper operations. +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. #### Index From a68328c062a3601bd04f02300815b3c6b3f3f0e1 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Fri, 2 Jun 2023 13:35:22 -0700 Subject: [PATCH 3/5] addedlinktohelper Signed-off-by: Heather Halter --- _clients/javascript/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/_clients/javascript/index.md b/_clients/javascript/index.md index 3ce812c7a0..ca0aa77100 100644 --- a/_clients/javascript/index.md +++ b/_clients/javascript/index.md @@ -11,7 +11,9 @@ redirect_from: 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). -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. For more information and advanced index actions, see the [opensearch-js guides](https://github.com/opensearch-project/opensearch-js/tree/main/guides) in GitHub. +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. + +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/) and for more advanced index actions, see the [opensearch-js guides](https://github.com/opensearch-project/opensearch-js/tree/main/guides) in GitHub. ## Setup From 794cc9c4f03beda91ed7cad9d912098e85844562 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Tue, 6 Jun 2023 15:46:43 -0700 Subject: [PATCH 4/5] Update _clients/javascript/index.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Heather Halter --- _clients/javascript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/javascript/index.md b/_clients/javascript/index.md index ca0aa77100..9adcd65be7 100644 --- a/_clients/javascript/index.md +++ b/_clients/javascript/index.md @@ -13,7 +13,7 @@ The OpenSearch JavaScript (JS) client provides a safer and easier way to interac 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. -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/) and for more advanced index actions, see the [opensearch-js guides](https://github.com/opensearch-project/opensearch-js/tree/main/guides) in GitHub. +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. ## Setup From bb56a4487076387e83aa5d6bc885dc3270d06049 Mon Sep 17 00:00:00 2001 From: Heather Halter Date: Tue, 6 Jun 2023 15:47:46 -0700 Subject: [PATCH 5/5] Update _clients/javascript/helpers.md Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Signed-off-by: Heather Halter --- _clients/javascript/helpers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/javascript/helpers.md b/_clients/javascript/helpers.md index 641e91db26..b03af21f94 100644 --- a/_clients/javascript/helpers.md +++ b/_clients/javascript/helpers.md @@ -68,7 +68,7 @@ When creating a new bulk helper instance, you can use the following configuratio ### Examples -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. +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. #### Index