Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/indices/forcemerge.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ set it to `1`.

Defaults to checking if a merge needs to execute.
If so, executes it.

You can't specify this parameter and `only_expunge_deletes` in the same request.
--

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

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


Expand Down