alias_set
Point an alias at a collection to enable zero-downtime blue/green re-indexing, allowing republishing freshly built collections without interrupting clients.
Instructions
Points an alias at a collection, enabling zero-downtime blue/green re-indexing — clients keep querying the alias while the underlying collection is swapped out. Use this when republishing a freshly re-indexed collection without downtime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| collection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| updated | Yes | ||
| collection | Yes |