You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for settings index.routing.allocation.enable,
index.routing.rebalance.enable and index.gc_deletes was lost in
f123a53. This change reinstates it.
Copy file name to clipboardExpand all lines: docs/reference/index-modules.asciidoc
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,6 +173,27 @@ specific index module:
173
173
These listeners are used to implement <<docs-refresh,`refresh=wait_for`>>.
174
174
175
175
176
+
`index.routing.allocation.enable`::
177
+
178
+
Controls shard allocation for this index. It can be set to:
179
+
* `all` (default) - Allows shard allocation for all shards.
180
+
* `primaries` - Allows shard allocation only for primary shards.
181
+
* `new_primaries` - Allows shard allocation only for newly-created primary shards.
182
+
* `none` - No shard allocation is allowed.
183
+
184
+
`index.routing.rebalance.enable`::
185
+
186
+
Enables shard rebalancing for this index. It can be set to:
187
+
* `all` (default) - Allows shard rebalancing for all shards.
188
+
* `primaries` - Allows shard rebalancing only for primary shards.
189
+
* `replicas` - Allows shard rebalancing only for replica shards.
190
+
* `none` - No shard rebalancing is allowed.
191
+
192
+
`index.gc_deletes`::
193
+
194
+
The length of time that a <<delete-versioning,deleted document's version number>> remains available for <<index-versioning,further versioned operations>>.
0 commit comments