We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d4dce commit 7c5904dCopy full SHA for 7c5904d
README
@@ -1,6 +1,13 @@
1
Elasticsearch DSL
2
=================
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.
10
+
11
Elasticsearch DSL is a high-level library whose aim is to help with writing and
12
running queries against Elasticsearch. It is built on top of the official
13
low-level client (`elasticsearch-py <https://github.com/elastic/elasticsearch-py>`_).
0 commit comments