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 Apr 15, 2025. It is now read-only.
// The node ID or node name of the node to assign the shard to.
1621
+
Nodestring`json:"node,omitempty"`
1622
+
1623
+
// The name of the index containing the shard to be assigned.
1624
+
Indexstring`json:"index,omitempty"`
1625
+
1626
+
// The shard ID of the shard to be assigned.
1627
+
Shard*int`json:"shard,omitempty"`
1628
+
1629
+
// If a node which has the good copy of the data rejoins the cluster later on, that data will be deleted or overwritten with the data of the stale copy that was forcefully allocated with this command.