Browse Source

[DOCS] Update single index APIs reference (#73103)

Many single index APIs, such as the index document API, can now target
data streams. This updates updates references to single index APIs.
James Rodewig 4 năm trước cách đây
mục cha
commit
fa60dfddd4
2 tập tin đã thay đổi với 5 bổ sung8 xóa
  1. 2 3
      docs/reference/api-conventions.asciidoc
  2. 3 5
      docs/reference/docs.asciidoc

+ 2 - 3
docs/reference/api-conventions.asciidoc

@@ -47,9 +47,8 @@ string parameter:
 
 include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=ignore_throttled]
 
-NOTE: Single index APIs, such as the <<docs>> and
-<<indices-aliases,single-index `alias` APIs>>, do not support multi-target
-syntax.
+NOTE: APIs with a single target, such as the <<docs-get,get document API>>, do
+not support multi-target syntax.
 
 [[hidden-indices]]
 ==== Hidden data streams and indices

+ 3 - 5
docs/reference/docs.asciidoc

@@ -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[]