elasticsearch-py icon indicating copy to clipboard operation
elasticsearch-py copied to clipboard

[Documentation] Access to specialized clients is not documented

Open maximekuntz opened this issue 1 year ago • 1 comments

On Read the docs, the way to get specialized clients such as IndicesClient, TransformClient... is not explained.

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).

The documentation should explain it. At least, more examples would be very helpful.

maximekuntz avatar May 02 '24 15:05 maximekuntz