keithhc2 34bc1f802a Missed some files
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
2022-01-26 14:25:06 -08:00

741 B

layout title parent has_children nav_order redirect_from
default Document APIs REST API reference true 40
/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