Solr Index
- the SFX databases (both global and local)
- the monograph RSI (for activation information)
Solr index maintenance 1 Create a Solr core 2 Remove a Solr core 3 Create Solr cores for all instances |
- During the initial set-up, it is recommended to create a Solr core for all instances in the SFX installation.
- A Solr restart is required after creating or removing a Solr core if you choose to not do one automatically.
This option allows to create a Solr core for an instance. In case a core is created, the Solr service should be restarted. Would you like the Solr service to be restarted automatically? [y/n] y Please enter the instance name for which you want to create a Solr core: SST04 In case a core for the instance already exists, would you like to recreate it or skip its creation? Note that recreating the Solr core will remove all its data. Type (r) for recreating the core or (s) for skipping the core creation: [s] r Starting to create new core and update configuration... Adding core to Solr... Core added! Adding entry to Jetty configuration... File updated! Adding entry to Web configuration... File updated! done! |
Please enter the instance name for which you want to remove the Solr core: sfxtst41 Starting remove core for user sfxtst41... Dropping Solr core for user sfxtst41... Core unloaded! Removing record from Jetty configuration for user sfxtst41... Record removed! Removing record from Web configuration for user sfxtst41... Record removed! done! |
This option allows to create Solr cores for all instances. In case a core is created, the Solr service should be restarted. Would you like the Solr service to be restarted automatically? [y/n] y This option will create a Solr core for each of the instances in the SFX installation: sfxlcl41, sfxtst41 In case a core for an instance already exists, would you like to recreate it or skip its creation? Note that recreating a Solr core for an instance will remove all its data. Type (r) for recreating the core or (s) for skipping the core creation: [s] s You selected to skip a core creation in case it already exists. Are you sure you want to continue? [y/n] y Working on instance: sfxlcl41 Starting to create new core and update configuration... Adding core to Solr... Core added! Adding entry to Jetty configuration... File updated! Adding entry to Web configuration... File updated! done! Working on instance: sfxtst41 Starting to create new core and update configuration... Adding core to Solr... Core with name sfxtst41 already exists! Skipping core creation Restarting solr... Stopping solr... Done! Starting solr... Done! |