- Copy settings from the source index to the destination index.
- Iterate through the paginated responses to retrieve all records, rules, and synonyms from the source index.
- Copy the records, rules, and synonyms to the destination index.
browse and settings ACL.
For the destination application, you need an API key with addObject, settings, and editSettings ACL.
Usage
Parameters
string
required
Name of the index from where to copy records, rules, settings, and synonyms.
string
required
Algolia application ID of the destination index.
string
required
API key for the destination application.
string
required
Name of the index to which to copy records, rules, settings, and synonyms.
int
default:1000
Number of records to process in one batch.