Version: SG FLX
Community

This is a Technical Preview and should not yet be used in production.

Set Priority Action

Sets the priority setting of the index to the specified value. Indices with a higher priority will be recovered first after a node restart.

Parameters

Parameter Optional Note
priority false positive integer

Example

{
  "steps": [
    ...
    {
      "name": "active",
      "conditions": [ ... ],
      "actions": [
        ...
        {
          "type": "set_priority",
          "priority": 50
        },
        ...
      ]
    },
    ...
  ]
}


Not what you were looking for? Try the search.