We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Read the docs, the way to get specialized clients such as IndicesClient, TransformClient... is not explained.
IndicesClient
TransformClient
These clients are accessible using Elasticsearch().indices and Elasticsearch().transform... but it is not documented. It currently has to be infered from the few examples (examples: https://elasticsearch-py.readthedocs.io/en/v8.13.0/quickstart.html#deleting-an-index, https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/examples.html#ex-refresh).
Elasticsearch().indices
Elasticsearch().transform
The documentation should explain it. At least, more examples would be very helpful.
The text was updated successfully, but these errors were encountered:
Thanks, you're right that it's a serious gap in the docs.
Sorry, something went wrong.
No branches or pull requests
On Read the docs, the way to get specialized clients such as
IndicesClient
,TransformClient
... is not explained.These clients are accessible using
Elasticsearch().indices
andElasticsearch().transform
... but it is not documented. It currently has to be infered from the few examples (examples: https://elasticsearch-py.readthedocs.io/en/v8.13.0/quickstart.html#deleting-an-index, https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/examples.html#ex-refresh).The documentation should explain it. At least, more examples would be very helpful.
The text was updated successfully, but these errors were encountered: