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.
 - [Okta](https://developer.okta.com/docs/api/resources/oidc#well-knownopenid-configuration)