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
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Set the priority for the index in a specific state. Unallocated shards of indices are recovered in the order of their priority, whenever possible. The indices with higher priority values are recovered first followed by the indices with lower priority values.
328
+
329
+
The `index_priority` operation has the following parameter:
330
+
331
+
Parameter | Description | Type | Required | Default
332
+
:--- | :--- |:--- |:--- |:---
333
+
`priority` | The priority for the index as soon as it enters a state. | `number` | Yes | 1
0 commit comments