forcemerged
- filtertype: forcemerged
max_num_segments: 2
exclude: True
Note
Empty values and commented lines will result in the default value, if any, being selected. If a setting is set, but not used by a given filtertype, it may generate an error.
This filtertype will iterate over the actionable list and match indices which have max_num_segments
segments per shard, or fewer. They will remain in, or be removed from the actionable list based on the value of exclude.
- exclude (default is
True
)