FAQ & API Documentation

Select a category on the left, to get your answers quickly

Get List of All Backup Files

  1. GET https://opensolr.com/solr_manager/api/get_backup_files_list
  2. Parameters:
    1. ​email - your opensolr registration email address
    2. api_key - your opensolr api_key
    3. ​core_name - the name of the core you wish to get the backup files list for
  3. Example: https://opensolr.com/solr_manager/api/get_backup_files_list?email=&
    api_key=Please log in&core_name=my_solr_core

Create Index Backup

  1. GET https://opensolr.com/solr_manager/api/create_backup
  2. Parameters:
    1. ​email - your opensolr registration email address
    2. api_key - your opensolr api_key
    3. ​core_name - the name of the core you wish to create a backup for
  3. Example: https://opensolr.com/solr_manager/api/create_backup?email=&
    api_key=Please log in&core_name=my_solr_core