* Fix APIs File Signed-off-by: samipak458 <[email protected]> * Update API files according to API template Signed-off-by: samipak458 <[email protected]> * Update exec-stored-script.md Signed-off-by: Naarcha-AWS <[email protected]> * Update cat-aliases.md Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> * Update cat-allocation.md Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> * Update cat-cluster_manager.md Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> * Update cat-count.md Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> * Update cat-field-data.md Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> * Update cat-health.md Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> * updated * updated * updated --------- Signed-off-by: samipak458 <[email protected]> Signed-off-by: Naarcha-AWS <[email protected]> Signed-off-by: MUHAMMAD SAMIULLAH <[email protected]> Co-authored-by: Naarcha-AWS <[email protected]>
32 lines
765 B
Markdown
32 lines
765 B
Markdown
---
|
|
layout: default
|
|
title: Document APIs
|
|
has_children: true
|
|
nav_order: 25
|
|
redirect_from:
|
|
- /opensearch/rest-api/document-apis/index/
|
|
---
|
|
|
|
# Document APIs
|
|
**Introduced 1.0**
|
|
{: .label .label-purple }
|
|
|
|
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
|