Browse Source

Update filtering.asciidoc (#97542)

Jean-Fabrice Bobo 2 years ago
parent
commit
8f2760628f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/index-modules/allocation/filtering.asciidoc

+ 2 - 2
docs/reference/index-modules/allocation/filtering.asciidoc

@@ -12,8 +12,8 @@ attributes. <<index-lifecycle-management, Index lifecycle management>> uses filt
 on custom node attributes to determine how to reallocate shards when moving
 on custom node attributes to determine how to reallocate shards when moving
 between phases.
 between phases.
 
 
-The `cluster.routing.allocation` settings are dynamic, enabling live indices to
-be moved from one set of nodes to another. Shards are only relocated if it is
+The `cluster.routing.allocation` settings are dynamic, enabling existing indices to
+be moved immediately from one set of nodes to another. Shards are only relocated if it is
 possible to do so without breaking another routing constraint, such as never
 possible to do so without breaking another routing constraint, such as never
 allocating a primary and replica shard on the same node.
 allocating a primary and replica shard on the same node.