Skip to content

Commit 9680c89

Browse files
committed
[DOCS] Add links to SQL and synonyms APIs
1 parent 478eb8c commit 9680c89

15 files changed

+90
-3
lines changed

docs/reference/sql/apis/clear-sql-cursor-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Clear SQL cursor</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[SQL APIs].
12+
--
13+
814
Clears an <<sql-pagination,SQL search cursor>>.
915

1016
////

docs/reference/sql/apis/delete-async-sql-search-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Delete async SQL search</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[SQL APIs].
12+
--
13+
814
Deletes an <<sql-async,async SQL search>> or a <<sql-store-searches,stored
915
synchronous SQL search>>. If the search is still running, the API cancels it.
1016

docs/reference/sql/apis/get-async-sql-search-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Get async SQL search</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[SQL APIs].
12+
--
13+
814
Returns results for an <<sql-async,async SQL search>> or a
915
<<sql-store-searches,stored synchronous SQL search>>.
1016

docs/reference/sql/apis/get-async-sql-search-status-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>Get async SQL search status</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[SQL APIs].
12+
--
13+
814
Returns the current status of an <<sql-async,async SQL search>> or a
915
<<sql-store-searches,stored synchronous SQL search>>.
1016

docs/reference/sql/apis/sql-search-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>SQL search</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[SQL APIs].
12+
--
13+
814
Returns results for an <<sql-rest-overview,SQL search>>.
915

1016
[source,console]

docs/reference/sql/apis/sql-translate-api.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
<titleabbrev>SQL translate</titleabbrev>
66
++++
77

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-sql[SQL APIs].
12+
--
13+
814
Translates an <<sql-search-api,SQL search>> into a <<search-search,search API>>
915
request containing <<query-dsl,Query DSL>>. See <<sql-translate>>.
1016

docs/reference/synonyms/apis/delete-synonym-rule.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[[delete-synonym-rule]]
22
=== Delete synonym rule
3-
43
++++
54
<titleabbrev>Delete synonym rule</titleabbrev>
65
++++
76

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-synonyms[Synonyms APIs].
11+
--
12+
813
Deletes an individual synonym rule from a synonyms set.
914

1015
[[delete-synonym-rule-request]]

docs/reference/synonyms/apis/delete-synonyms-set.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[[delete-synonyms-set]]
22
=== Delete synonyms set
3-
43
++++
54
<titleabbrev>Delete synonyms set</titleabbrev>
65
++++
76

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-synonyms[Synonyms APIs].
11+
--
12+
813
Deletes a synonyms set.
914

1015
[[delete-synonyms-set-request]]

docs/reference/synonyms/apis/get-synonym-rule.asciidoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[[get-synonym-rule]]
22
=== Get synonym rule
3-
43
++++
54
<titleabbrev>Get synonym rule</titleabbrev>
65
++++
76

7+
.New API reference
8+
[sidebar]
9+
--
10+
For the most up-to-date API details, refer to {api-es}/group/endpoint-synonyms[Synonyms APIs].
11+
--
12+
813
Retrieves a synonym rule from a synonyms set.
914

1015
[[get-synonym-rule-request]]

docs/reference/synonyms/apis/get-synonyms-set.asciidoc

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

8+
.New API reference
9+
[sidebar]
10+
--
11+
For the most up-to-date API details, refer to {api-es}/group/endpoint-synonyms[Synonyms APIs].
12+
--
13+
814
Retrieves a synonyms set.
915

1016
[[get-synonyms-set-request]]

0 commit comments

Comments
 (0)