File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
Elasticsearch DSL
2
2
=================
3
3
4
- > [!NOTE]
5
- > As of release 9.0, Elasticsearch DSL is part of the official Elasticsearch
6
- > client for Python, so a separate install is not needed. To migrate, just
7
- > replace `elasticsearch_dsl` with `elasticsearch.dsl` in all imports.
8
- >
9
- > The following instructions apply to versions 8 and older.
4
+ .. note::
5
+ As of release 8.18.0, Elasticsearch DSL package is part of the official
6
+ Elasticsearch client for Python, so a separate install is not needed. To
7
+ migrate, just replace `elasticsearch_dsl` with `elasticsearch.dsl` in all
8
+ imports.
9
+
10
+ The following instructions apply to versions 8.17 and older.
10
11
11
12
Elasticsearch DSL is a high-level library whose aim is to help with writing and
12
13
running queries against Elasticsearch. It is built on top of the official
You can’t perform that action at this time.
0 commit comments