WARNING: Version 5.5 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Document APIs
editDocument APIs
editThis section starts with a short introduction to Elasticsearch’s data replication model, followed by a detailed description of the following CRUD APIs:
Single document APIs
Multi-document APIs
All CRUD APIs are single-index APIs. The index
parameter accepts a single
index name, or an alias
which points to a single index.