diff --git a/test-spell.md b/test-spell.md index 34e9402..b10099c 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) @@ -21,4 +48,5 @@ - [fake link](http://example.example.example.com) - [permanently redirected](https://curl.haxx.se/) -This is a test. + +This is a test. \ No newline at end of file