Skip to content

Commit

Permalink
Add deprecation warning to high-level python client (#3007)
Browse files Browse the repository at this point in the history
Signed-off-by: Fanit Kolchina <[email protected]>
(cherry picked from commit 9219790)
  • Loading branch information
kolchfa-aws authored and github-actions[bot] committed Feb 21, 2023
1 parent 0b3808e commit 35a173d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _clients/python-high-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ title: High-level Python client
nav_order: 5
---

The OpenSearch high-level Python client (`opensearch-dsl-py`) will be deprecated after version 2.1.0. We recommend switching to the [Python client (`opensearch-py`)]({{site.url}}{{site.baseurl}}/clients/python-low-level/), which now includes the functionality of `opensearch-dsl-py`.
{: .warning}

# High-level Python client

The OpenSearch high-level Python client (`opensearch-dsl-py`) provides wrapper classes for common OpenSearch entities, like documents, so you can work with them as Python objects. Additionally, the high-level client simplifies writing queries and supplies convenient Python methods for common OpenSearch operations. The high-level Python client supports creating and indexing documents, searching with and without filters, and updating documents using queries.
Expand Down

0 comments on commit 35a173d

Please sign in to comment.