Skip to content

Commit a321313

Browse files
authored
[DOCS] Note exclusive force merge API options (#78006)
You can't specify `max_num_segments` and `max_num_segments` in the same request. Relates to PR #44761.
1 parent 49444cc commit a321313

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/indices/forcemerge.asciidoc

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ set it to `1`.
116116

117117
Defaults to checking if a merge needs to execute.
118118
If so, executes it.
119+
120+
You can't specify this parameter and `only_expunge_deletes` in the same request.
119121
--
120122

121123
`only_expunge_deletes`::
@@ -134,6 +136,7 @@ During a merge,
134136
a new segment is created
135137
that does not contain those document deletions.
136138

139+
You can't specify this parameter and `max_num_segments` in the same request.
137140
--
138141

139142

0 commit comments

Comments
 (0)