swap-indexes
Swap indexes in Meilisearch to reorganize data efficiently. Input a JSON array of index pairs to switch their positions, enabling flexible index management.
Instructions
Swap two or more indexes in Meilisearch
Input Schema
Name | Required | Description | Default |
---|---|---|---|
indexes | Yes | JSON array of index pairs to swap, e.g. [["movies", "movies_new"]] |