|
@@ -1,8 +1,9 @@
|
|
|
[[docs]]
|
|
|
== Document APIs
|
|
|
|
|
|
-This section starts with a short introduction to Elasticsearch's <<docs-replication,data replication model>>, followed by a
|
|
|
-detailed description of the following CRUD APIs:
|
|
|
+This section starts with a short introduction to {es}'s <<docs-replication,data
|
|
|
+replication model>>, followed by a detailed description of the following CRUD
|
|
|
+APIs:
|
|
|
|
|
|
.Single document APIs
|
|
|
* <<docs-index_>>
|
|
@@ -17,9 +18,6 @@ detailed description of the following CRUD APIs:
|
|
|
* <<docs-update-by-query>>
|
|
|
* <<docs-reindex>>
|
|
|
|
|
|
-NOTE: All CRUD APIs are single-index APIs. The `index` parameter accepts a single
|
|
|
-index name, or an `alias` which points to a single index.
|
|
|
-
|
|
|
include::docs/data-replication.asciidoc[]
|
|
|
|
|
|
include::docs/index_.asciidoc[]
|