Wait_for_completion defaults to true

This commit is contained in:
Honza Král
2017-03-26 14:11:01 +02:00
parent c32e3e52f7
commit fe897ebe0d
+1 -1
View File
@@ -762,7 +762,7 @@ class Elasticsearch(object):
copies, otherwise set to any non-negative value less than or equal
to the total number of copies for the shard (number of replicas + 1)
:arg wait_for_completion: Should the request should block until the
reindex is complete., default Fa
reindex is complete., default True
"""
if body in SKIP_IN_PATH:
raise ValueError("Empty value passed for a required argument 'body'.")