Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 30 additions & 3 deletions test-spell.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -11,7 +38,7 @@

## Why use OpenSearch?
<style>p{color:red;}</style>
<p>Witsh OpenSearch, you can prerform the following ushe cases.</p>
<p>With OpenSearch, you can perform the following use cases.</p>
![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)
Expand All @@ -21,4 +48,4 @@
- [fake link](http://example.example.example.com)
- [permanently redirected](https://curl.haxx.se/)

This is a test.