diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 19023abd..5af14ade 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -1196,6 +1196,8 @@ class Elasticsearch(object): 'min_score', 'preference', 'routing', 'source') def search_exists(self, index=None, doc_type=None, body=None, params=None): """ + The exists API allows to easily determine if any matching documents + exist for a provided query. ``_ :arg index: A comma-separated list of indices to restrict the results