We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
POST /swap-indexes
This feature request is part of the new features introduced on Meilisearch v0.30. Extracted from meilisearch/integration-guides#221.
Related to:
This issue aims to make Meilisearch more production-ready by allowing the swap of indexes, and this feature should remove the possible downtimes.
indexSwap
indexes.swap
duplicate_index_found
swaps
Tasks.details
swap_indexes_1
curl \ -X POST 'http://localhost:7700/swap-indexes' \ -H 'Content-Type: application/json' \ --data-binary '[ { "indexes": [ "indexA", "indexB" ] }, { "indexes": [ "indexX", "indexY" ] } ]'
The text was updated successfully, but these errors were encountered:
ca7c180
Successfully merging a pull request may close this issue.
This feature request is part of the new features introduced on Meilisearch v0.30.
Extracted from meilisearch/integration-guides#221.
Related to:
This issue aims to make Meilisearch more production-ready by allowing the swap of indexes, and this feature should remove the possible downtimes.
POST /swap-indexes
endpointindexSwap
task typeindexes.swap
API Key actionduplicate_index_found
error.swaps
inTasks.details
swap_indexes_1
into this fileThis code sample should show an example of the corresponding curl command, but with swift code:
The text was updated successfully, but these errors were encountered: