Update forcemerge.asciidoc (#30113)
This commit is contained in:
parent
8730883206
commit
033b7a9e00
|
@ -38,6 +38,12 @@ deletes. Defaults to `false`. Note that this won't override the
|
||||||
`flush`:: Should a flush be performed after the forced merge. Defaults to
|
`flush`:: Should a flush be performed after the forced merge. Defaults to
|
||||||
`true`.
|
`true`.
|
||||||
|
|
||||||
|
[source,js]
|
||||||
|
--------------------------------------------------
|
||||||
|
POST /kimchy/_forcemerge?only_expunge_deletes=false&max_num_segments=100&flush=true
|
||||||
|
|
||||||
|
--------------------------------------------------
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[forcemerge-multi-index]]
|
[[forcemerge-multi-index]]
|
||||||
=== Multi Index
|
=== Multi Index
|
||||||
|
|
Loading…
Reference in New Issue