We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfcb68 commit 5dd9b21Copy full SHA for 5dd9b21
src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs
@@ -6,7 +6,10 @@ namespace Nest
6
/// The Force Merge Action force merges the index into at most a specific number of segments.
7
/// </summary>
8
/// <remarks>
9
- /// Phases allowed: warm.
+ /// Phases allowed: hot, warm.
10
+ ///
11
+ /// NOTE: If the action is used in the `hot` phase, the `rollover` action *must* be present.
12
+ /// ILM validates this predicate and will refuse a policy with a forcemerge in the hot phase without a rollover action.
13
/// </remarks>
14
public interface IForceMergeLifecycleAction : ILifecycleAction
15
{
0 commit comments