Skip to content

Commit c94f974

Browse files
Merge branch 'main' into dsl-reference-docs
2 parents 6d14ceb + c0a6828 commit c94f974

File tree

298 files changed

+6382
-2757
lines changed

Some content is hidden

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

298 files changed

+6382
-2757
lines changed

.github/workflows/docs-preview.yml

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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
See: https://www.elastic.co/guide/en/elasticsearch/client/python-api/master/release-notes.html
1+
See: https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/release-notes.html

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://github.com/elastic/elasticsearch-py/raw/main/docs/logo-elastic-glyph-color.svg" width="20%" alt="Elastic logo" />
2+
<img src="https://github.com/elastic/elasticsearch-py/raw/main/docs/images/logo-elastic-glyph-color.svg" width="20%" alt="Elastic logo" />
33
</p>
44

55
# Elasticsearch Python Client

docs/docset.yml

Lines changed: 0 additions & 478 deletions
Large diffs are not rendered by default.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
// This file is autogenerated, DO NOT EDIT
2+
// migration/apis/data-stream-reindex.asciidoc:273
3+
4+
[source, python]
5+
----
6+
resp = client.indices.get_data_stream(
7+
name="my-data-stream",
8+
filter_path="data_streams.indices.index_name",
9+
)
10+
print(resp)
11+
----

docs/examples/015e6e6132b6d6d44bddb06bc3b316ed.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-
// search/search-your-data/retrievers-examples.asciidoc:801
2+
// search/search-your-data/retrievers-examples.asciidoc:1051
33

44
[source, python]
55
----

docs/examples/0165d22da5f2fc7678392b31d8eb5566.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-
// search/search-your-data/retrievers-examples.asciidoc:1113
2+
// search/search-your-data/retrievers-examples.asciidoc:1363
33

44
[source, python]
55
----

docs/examples/016f3147dae9ff2c3e831257ae470361.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-
// alias.asciidoc:52
2+
// alias.asciidoc:54
33

44
[source, python]
55
----

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:84
2+
// indices/index-templates.asciidoc:86
33

44
[source, python]
55
----

docs/examples/0bc6155e0c88062a4d8490da49db3aa8.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-
// search/search-your-data/retrievers-examples.asciidoc:562
2+
// search/search-your-data/retrievers-examples.asciidoc:812
33

44
[source, python]
55
----

0 commit comments

Comments
 (0)