Skip to content

Commit 3bfb579

Browse files
Bring 8.15.0 release to main (#2640)
1 parent 3b1bce7 commit 3bfb579

File tree

121 files changed

+553
-382
lines changed

Some content is hidden

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

121 files changed

+553
-382
lines changed

docs/examples/00fea15cbca83be9d5f1a024ff2ec708.asciidoc

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/examples/0db06c3cba57cf442ac7fab89966e1e1.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
resp = client.index(
66
index="my-index-000001",
77
id="1",
8-
refresh=True,
8+
refresh="true",
99
body={
1010
"my_id": "1",
1111
"text": "This is a question",
@@ -17,7 +17,7 @@ print(resp)
1717
resp = client.index(
1818
index="my-index-000001",
1919
id="2",
20-
refresh=True,
20+
refresh="true",
2121
body={
2222
"my_id": "2",
2323
"text": "This is another question",

docs/examples/0e5d25c7bb738c42d471020d678e2966.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ml/trained-models/apis/start-trained-model-deployment.asciidoc:173
1+
// ml/trained-models/apis/start-trained-model-deployment.asciidoc:200
22

33
[source, python]
44
----

docs/examples/0e5db64154a722a5cbdb84b588ce2ce8.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mapping/types/numeric.asciidoc:275
1+
// mapping/types/numeric.asciidoc:287
22

33
[source, python]
44
----

docs/examples/10535507a9735fcf06600444b9067d4c.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// mapping/types/text.asciidoc:181
1+
// mapping/types/text.asciidoc:184
22

33
[source, python]
44
----

docs/examples/10c3fe2265bb34964bd1005f9da66773.asciidoc

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/examples/1233be1d4c9c7ca54126f1a0693b26de.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resp = client.index(
66
index="my-index-000001",
77
id="3",
88
routing="1",
9-
refresh=True,
9+
refresh="true",
1010
body={
1111
"my_id": "3",
1212
"text": "This is an answer",
@@ -19,7 +19,7 @@ resp = client.index(
1919
index="my-index-000001",
2020
id="4",
2121
routing="1",
22-
refresh=True,
22+
refresh="true",
2323
body={
2424
"my_id": "4",
2525
"text": "This is another answer",

docs/examples/13ecdf99114098c76b050397d9c3d4e6.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// inference/post-inference.asciidoc:197
1+
// inference/post-inference.asciidoc:201
22

33
[source, python]
44
----

docs/examples/156bc64c94f9f3334fbce25165d2286a.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// index-modules/index-sorting.asciidoc:16
1+
// index-modules/index-sorting.asciidoc:15
22

33
[source, python]
44
----

docs/examples/197dc41c8df9629e145b3064c63b2ccc.asciidoc

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)