Skip to content

Commit ec0f167

Browse files
authored
Bring 8.16.0 release to main (#2711)
1 parent 6ba6e38 commit ec0f167

File tree

454 files changed

+3278
-617
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

454 files changed

+3278
-617
lines changed

docs/examples/00fea15cbca83be9d5f1a024ff2ec708.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// inference/service-elasticsearch.asciidoc:112
2+
// inference/service-elasticsearch.asciidoc:163
33

44
[source, python]
55
----

docs/examples/77113c65e1755313183a8969233a5a07.asciidoc renamed to docs/examples/01ae196538fac197eedbbf458a4ef31b.asciidoc

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// mapping/types/keyword.asciidoc:249
2+
// mapping/types/keyword.asciidoc:260
33

44
[source, python]
55
----
66
resp = client.indices.create(
77
index="idx",
8+
settings={
9+
"index": {
10+
"mapping": {
11+
"source": {
12+
"mode": "synthetic"
13+
}
14+
}
15+
}
16+
},
817
mappings={
9-
"_source": {
10-
"mode": "synthetic"
11-
},
1218
"properties": {
1319
"kwd": {
1420
"type": "keyword",

docs/examples/01b23f09d2b7f140faf649eadbbf3ac3.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// indices/index-templates.asciidoc:83
2+
// indices/index-templates.asciidoc:84
33

44
[source, python]
55
----
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// This file is autogenerated, DO NOT EDIT
2+
// troubleshooting/common-issues/task-queue-backlog.asciidoc:60
3+
4+
[source, python]
5+
----
6+
resp = client.tasks.list(
7+
human=True,
8+
detailed=True,
9+
actions="indices:data/write/bulk",
10+
)
11+
print(resp)
12+
----

docs/examples/03891265df2111a38e0b6b24c1b967e1.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// rest-api/security/get-service-accounts.asciidoc:267
2+
// rest-api/security/get-service-accounts.asciidoc:299
33

44
[source, python]
55
----

docs/examples/04412d11783dac25b5fd2ec5407078a3.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// connector/apis/update-connector-api-key-id-api.asciidoc:86
2+
// connector/apis/update-connector-api-key-id-api.asciidoc:87
33

44
[source, python]
55
----

docs/examples/046b2249bbc49e77848c114cee940f17.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// query-dsl/text-expansion-query.asciidoc:157
2+
// query-dsl/text-expansion-query.asciidoc:164
33

44
[source, python]
55
----

docs/examples/04de2e3a9c00c2056b07bf9cf9e63a99.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is autogenerated, DO NOT EDIT
2-
// inference/service-google-vertex-ai.asciidoc:107
2+
// inference/service-google-vertex-ai.asciidoc:127
33

44
[source, python]
55
----

docs/examples/9868ce609f4450702934fcbf4c340bf1.asciidoc renamed to docs/examples/05e637284bc3bedd46e0b7c26ad983c4.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[source, python]
55
----
66
resp = client.ingest.put_pipeline(
7-
id="alibabacloud_ai_search_embeddings",
7+
id="alibabacloud_ai_search_embeddings_pipeline",
88
processors=[
99
{
1010
"inference": {

docs/examples/611c1e05f4ebb48a1a8c8488238ce34d.asciidoc renamed to docs/examples/0709a38613d2de90d418ce12b36af30e.asciidoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
[source, python]
55
----
6-
resp = client.cluster.reroute(
7-
metric="none",
8-
)
6+
resp = client.cluster.reroute()
97
print(resp)
108
----

0 commit comments

Comments
 (0)