Merge pull request #662 from nfsec/patch-2
Unrecognized parameter: wait_for_merge
This commit is contained in:
@@ -817,8 +817,6 @@ class IndicesClient(NamespacedClient):
|
|||||||
:arg only_expunge_deletes: Specify whether the operation should only
|
:arg only_expunge_deletes: Specify whether the operation should only
|
||||||
expunge deleted documents
|
expunge deleted documents
|
||||||
:arg operation_threading: TODO: ?
|
:arg operation_threading: TODO: ?
|
||||||
:arg wait_for_merge: Specify whether the request should block until the
|
|
||||||
merge process is finished (default: true)
|
|
||||||
"""
|
"""
|
||||||
return self.transport.perform_request('POST', _make_path(index,
|
return self.transport.perform_request('POST', _make_path(index,
|
||||||
'_forcemerge'), params=params)
|
'_forcemerge'), params=params)
|
||||||
|
|||||||
Reference in New Issue
Block a user