Create New OpenSolr Index

Create a new OpenSolr index

  1. GET https://opensolr.com/solr_manager/api/create_core
  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 want to create
    4. mode
      1. Must be: standalone
    5. core_type- the type of the core to be created
      1. Core_type may be one of the following:
        1. generic
    6. server_country- the server identifier, in which you want your new solr core to be created
      1. At the moment, server_country may be one of the following (including your own private servers):
        • DE-SOLR-9
        • US-EAST-8-11-2
        • US-EAST-SOLR-9
        • US-EAST-8-11
        • US-EAST-SOLR-8-10
        • US-EAST-8-11-3
        • US-EAST-R2-SOLR-8
        • US-EAST-R1-SOLR-8
        • US-EAST-M-SOLR-8
        • UK-SOLR-8-6
        • US-EAST-SOLR-7-0
        • DE-SOLR-8-0
        • FR-SOLR-8-0
        • US-WEST-SOLR-8-0
        • SW-SOLR-8-0
        • US-EAST-SOLR-8-0
        • UK-SOLR-6-1
        • US-EAST-SOLR-6-3
        • AUS-SOLR-6-0
        • DE-SOLR-7-0
        • SW-SOLR-7-0
        • US-WEST-SOLR-7-0
        • DE-SOLR-5-1
        • SAGE-UK-SOLR-4-10
        • UK-SOLR-7-0
        • DE-SOLR-6-1
        • US-EAST-SOLR-6-1
        • US-EAST-SOLR-5-1
        • US-WEST-SOLR-5-1
        • DE-SOLR-4-10
        • US-EAST-SOLR-4-10
        • US-EAST-SOLR-4-0-2
        • UK-SOLR-4-0
        • DE-SOLR-4-0
        • US-WEST-SOLR-4-0-1
  3. Example: https://opensolr.com/solr_manager/api/create_core?email=&
    api_key=Please log in&core_name=my_solr_core&server_country=US-EAST-SOLR-8-0&core_type=generic