Wait_for_completion defaults to true
This commit is contained in:
@@ -762,7 +762,7 @@ class Elasticsearch(object):
|
|||||||
copies, otherwise set to any non-negative value less than or equal
|
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)
|
to the total number of copies for the shard (number of replicas + 1)
|
||||||
:arg wait_for_completion: Should the request should block until the
|
: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:
|
if body in SKIP_IN_PATH:
|
||||||
raise ValueError("Empty value passed for a required argument 'body'.")
|
raise ValueError("Empty value passed for a required argument 'body'.")
|
||||||
|
|||||||
Reference in New Issue
Block a user