Skip to content

Commit 45eee0b

Browse files
committed
[DOCS] Add links in document APIs
1 parent 8c4a4e3 commit 45eee0b

File tree

10 files changed

+60
-0
lines changed

10 files changed

+60
-0
lines changed

docs/reference/docs.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[docs]]
22
== Document APIs
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
8+
--
9+
410
This section starts with a short introduction to {es}'s <<docs-replication,data
511
replication model>>, followed by a detailed description of the following CRUD
612
APIs:

docs/reference/docs/bulk.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Bulk</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Performs multiple indexing or delete operations in a single API call.
814
This reduces overhead and can greatly increase indexing speed.
915

docs/reference/docs/delete.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Delete</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Removes a JSON document from the specified index.
814

915
[[docs-delete-api-request]]

docs/reference/docs/get.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Get</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Retrieves the specified JSON document from an index.
814

915
[source,console]

docs/reference/docs/multi-get.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Multi get</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Retrieves multiple JSON documents by ID.
814

915
[source,console]

docs/reference/docs/reindex.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Reindex</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Copies documents from a source to a destination.
814

915
The source can be any existing index, alias, or data stream. The destination

docs/reference/docs/termvectors.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Term vectors</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Retrieves information and statistics for terms in the fields of a particular document.
814

915
[source,console]

docs/reference/docs/update-by-query.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Update by query</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Updates documents that match the specified query.
814
If no query is specified, performs an update on every document in the data stream or index without
915
modifying the source, which is useful for picking up mapping changes.

docs/reference/docs/update.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
<titleabbrev>Update</titleabbrev>
55
++++
66

7+
.New API Reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
11+
--
12+
713
Updates a document using the specified script.
814

915
[[docs-update-api-request]]

docs/reference/indices.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
[[indices]]
22
== Index APIs
33

4+
.New API Reference
5+
[sidebar]
6+
--
7+
For the most up-to-date API details, refer to {api-es}/group/endpoint-document[document APIs].
8+
--
9+
410
Index APIs are used to manage individual indices,
511
index settings, aliases, mappings, and index templates.
612

0 commit comments

Comments
 (0)