加载中

max_num_segments 过滤元素

注意

此设置仅用于 forcemerged 过滤类型。

- filtertype: forcemerged
  max_num_segments: 2
  exclude: True
		

此设置的值是每个分片的段数截断值。分片段数等于或少于此值的索引将变为可操作状态,具体取决于 exclude 的值,对于 forcemerged 过滤类型,该值默认情况下为 True

没有默认值。用户必须设置此值,否则将引发异常并中止执行。

© . This website operates independently and is not affiliated with or endorsed by Elasticsearch B.V. All brand names, logos, and trademarks are the property of their respective owners.