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
Original file line number
Diff line number
Diff line change
@@ -193,6 +193,27 @@ specific index module:
193
193
The maximum number of terms that can be used in Terms Query.
194
194
Defaults to `65536`.
195
195
196
+
`index.routing.allocation.enable`::
197
+
198
+
Controls shard allocation for this index. It can be set to:
199
+
* `all` (default) - Allows shard allocation for all shards.
200
+
* `primaries` - Allows shard allocation only for primary shards.
201
+
* `new_primaries` - Allows shard allocation only for newly-created primary shards.
202
+
* `none` - No shard allocation is allowed.
203
+
204
+
`index.routing.rebalance.enable`::
205
+
206
+
Enables shard rebalancing for this index. It can be set to:
207
+
* `all` (default) - Allows shard rebalancing for all shards.
208
+
* `primaries` - Allows shard rebalancing only for primary shards.
209
+
* `replicas` - Allows shard rebalancing only for replica shards.
210
+
* `none` - No shard rebalancing is allowed.
211
+
212
+
`index.gc_deletes`::
213
+
214
+
The length of time that a <<delete-versioning,deleted document's version number>> remains available for <<index-versioning,further versioned operations>>.
0 commit comments