get_warmer

This commit is contained in:
Honza Král
2014-01-17 22:48:14 +01:00
parent 259e0e2729
commit 8ee299c3cb
+1 -1
View File
@@ -503,7 +503,7 @@ class IndicesClient(NamespacedClient):
return data
@query_params()
def get_warmer(self, index, doc_type=None, name=None, params=None):
def get_warmer(self, index=None, doc_type=None, name=None, params=None):
"""
Retreieve an index warmer.
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-warmers.html>`_