Skip to content

Commit 3223953

Browse files
authored
Merge pull request elastic#662 from nfsec/patch-2
Unrecognized parameter: wait_for_merge
2 parents 961f6b5 + b79364f commit 3223953

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

elasticsearch/client/indices.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,8 +817,6 @@ def forcemerge(self, index=None, params=None):
817817
:arg only_expunge_deletes: Specify whether the operation should only
818818
expunge deleted documents
819819
:arg operation_threading: TODO: ?
820-
:arg wait_for_merge: Specify whether the request should block until the
821-
merge process is finished (default: true)
822820
"""
823821
return self.transport.perform_request('POST', _make_path(index,
824822
'_forcemerge'), params=params)

0 commit comments

Comments
 (0)