Skip to content

Commit

Permalink
[DOCS] Force Merge: clarify execution and storage requirements (#33882)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch authored and kcm committed Oct 30, 2018
1 parent fca2a10 commit 4564085
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/reference/indices/forcemerge.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ POST /kimchy/_forcemerge?only_expunge_deletes=false&max_num_segments=100&flush=t
=== Multi Index

The force merge API can be applied to more than one index with a single call, or
even on `_all` the indices.
even on `_all` the indices. Multi index operations are executed one shard at a
time per node. Force merge makes the storage for the shard being merged
temporarily increase, up to double its size in case `max_num_segments` is set
to `1`, as all segments need to be rewritten into a new one.


[source,js]
--------------------------------------------------
Expand Down

0 comments on commit 4564085

Please sign in to comment.