Skip to content

Commit 9f9dc21

Browse files
committed
Basic docs for search_exists
1 parent a531967 commit 9f9dc21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

elasticsearch/client/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,6 +1196,8 @@ def delete_template(self, id=None, params=None):
11961196
'min_score', 'preference', 'routing', 'source')
11971197
def search_exists(self, index=None, doc_type=None, body=None, params=None):
11981198
"""
1199+
The exists API allows to easily determine if any matching documents
1200+
exist for a provided query.
11991201
`<http://www.elastic.co/guide/en/elasticsearch/reference/current/search-exists.html>`_
12001202
12011203
:arg index: A comma-separated list of indices to restrict the results

0 commit comments

Comments
 (0)