indices.asciidoc 518 B

1234567891011
  1. [float]
  2. [[breaking_80_indices_changes]]
  3. === Force Merge API changes
  4. Previously, the Force Merge API allowed the parameters `only_expunge_deletes`
  5. and `max_num_segments` to be set to a non default value at the same time. But
  6. the `max_num_segments` was silently ignored when `only_expunge_deletes` is set
  7. to `true`, leaving the false impression that it has been applied.
  8. The Force Merge API now rejects requests that have a `max_num_segments` greater
  9. than or equal to 0 when the `only_expunge_deletes` is set to true.