Replicate Solr Index
- GET https://opensolr.com/solr_manager/api/replicate_index
-
Parameters:
- email - your opensolr registration email address
- api_key - your opensolr api_key
- index_name - the name of the master index. this index has to be created first.
- target_index - the name of the target replica indes. this index has to be created first.
-
Example: https://opensolr.com/solr_manager/api/replicate_index?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&index_name=master_index&target_index=replica_index

