diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 0efc9dc8..175037b4 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -536,8 +536,10 @@ class Elasticsearch(object): out issues or planning optimizations with routing and shard preferences. ``_ - :arg index: The name of the index - :arg doc_type: The type of the document + :arg index: A comma-separated list of index names to search; use `_all` + or empty string to perform the operation on all indices + :arg doc_type: A comma-separated list of document types to search; leave + empty to perform the operation on all types :arg allow_no_indices: Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)