From 22095aee79f0f9e7d1712f35a72b16006d4e4c5f Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Sat, 1 Apr 2023 15:06:03 -0400 Subject: [PATCH 1/3] Test 7 Signed-off-by: Fanit Kolchina --- test-spell.md | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/test-spell.md b/test-spell.md index 34e9402..8014efe 100644 --- a/test-spell.md +++ b/test-spell.md @@ -1,5 +1,32 @@ -# Getting started +--- +layout: default +title: Document APIs +has_children: true +nav_order: 25 +redirect_from: + - /opensearch/rest-api/document-apis/ +--- +# Document APIs + +The document APIs allow you to handle documents relative to your index, such as adding, updating, and deleting documents. + +Document APIs are separated into two categories: single document operations and multi-document operations. Multi-document operations offer performance advantages over submitting many individual requests, so whenever practical, we recommend that you use multi-document operations. + +## Single document operations + +- Index +- Get +- Delete +- Update + +## Multi-document operations + +- Bulk +- Multi get +- Delete by query +- Update by query +- Reindex - [About OpenSearch]({{site.url}}{{site.baseurl}}/opensearch/) @@ -11,7 +38,7 @@ ## Why use OpenSearch? -

Witsh OpenSearch, you can prerform the following ushe cases.

+

With OpenSearch, you can perform the following use cases.

![horizontal_rule](https://user-images.githubusercontent.com/105444904/221718101-79ec21db-a3b9-4656-877d-bba707ec76bd.png) - [Okta](https://developer.okta.com/docs/api/resources/oidc#well-knownopenid-configuration) From ffb041f883ce15bb3f94f771be9849d669813119 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Sat, 1 Apr 2023 15:21:14 -0400 Subject: [PATCH 2/3] Test 8 Signed-off-by: Fanit Kolchina --- test-spell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-spell.md b/test-spell.md index 8014efe..4ec51e5 100644 --- a/test-spell.md +++ b/test-spell.md @@ -48,4 +48,4 @@ Document APIs are separated into two categories: single document operations and - [fake link](http://example.example.example.com) - [permanently redirected](https://curl.haxx.se/) -This is a test. + From d8568541aec53504cbcf47b772f06be3c201c881 Mon Sep 17 00:00:00 2001 From: Fanit Kolchina Date: Sat, 1 Apr 2023 15:24:51 -0400 Subject: [PATCH 3/3] Test 9 Signed-off-by: Fanit Kolchina --- test-spell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/test-spell.md b/test-spell.md index 4ec51e5..b10099c 100644 --- a/test-spell.md +++ b/test-spell.md @@ -49,3 +49,4 @@ Document APIs are separated into two categories: single document operations and - [permanently redirected](https://curl.haxx.se/) +This is a test. \ No newline at end of file