From 9f9dc210f475ca7d766e56eff3f91ebbcd403f89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 27 Apr 2015 21:08:33 +0200 Subject: [PATCH] Basic docs for search_exists --- elasticsearch/client/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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