Skip to content

Commit 7c5904d

Browse files
add note about merge in README
1 parent 41d4dce commit 7c5904d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Elasticsearch DSL
22
=================
33

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+
411
Elasticsearch DSL is a high-level library whose aim is to help with writing and
512
running queries against Elasticsearch. It is built on top of the official
613
low-level client (`elasticsearch-py <https://github.com/elastic/elasticsearch-py>`_).

0 commit comments

Comments
 (0)