From dd72153a71f407f938f90b5bed11e81785ba3ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Portillo?= Date: Thu, 25 Apr 2019 15:11:16 -0700 Subject: [PATCH] Add ignore_throttled to query_params for search (#928) --- elasticsearch/client/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 39455813..55f10bc4 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -678,6 +678,7 @@ class Elasticsearch(object): "expand_wildcards", "explain", "from_", + "ignore_throttled", "ignore_unavailable", "lenient", "max_concurrent_shard_requests",