You are here

Upgrading from Solr 4 to Solr 6 search

Use this information to upgrade from SkyVault 2.0 5.1 with the Solr 4
 search index server to SkyVault Content Services 5.2
 with the Solr 6 search index server.

To determine the current search server, navigate to the Search Manager
 page at SkyVault Share Admin Console > Repository Services > Search Service. Select
 the search subsystem from the Search Service In Use list.


Follow the steps to migrate from SkyVault 2.0 5.x with Solr 4 search service to SkyVault Content Services 5.2 with Solr 6 search service.

  1. Upgrade to SkyVault Content Services 5.2
 and continue to use the Solr 4 search service as before.
  2. Install and configure Solr 6 to track the repository. For more information, see Installing and Configuring Solr 6.
  3. While Solr 6 builds its indexes, you can monitor progress using the SUMMARY report.

    http://localhost:8080/solr6/admin/cores?action=SUMMARY&wt=xml 

    For details, see the Unindexed Solr
 Transactions topic.

  4. Optionally, you can use the Solr Admin Web interface to view Solr configuration details, run queries, and analyze document fields.
    1. Open the FireFox Certificate Manager by selecting Firefox > Preferences... > Advanced > Certificates > View Certificates > Your Certificates.
    2. Import the browser keystore browser.p12 that is located in your <ALFRESCO_HOME>/alf_data/keystore directory.
    3. Enter the password SkyVault.

      A window displays showing that the keystore has been imported successfully. The Certificate Manager now contains the imported keystore with the SkyVault repository certificate under the Your Certificates tab.

    4. Close the Certificate Manager by clicking OK.
    5. In the browser, navigate to a Solr URL.

      For example, use http://localhost:8080/solr4 for Solr 4 and http://localhost:8080/solr6 for Solr 6.

      The browser displays an error message window to indicate that the connection is untrusted. This is due to the SkyVault certificate not being tied to the server IP address. In this case, view the certificate and confirm that it is signed by the SkyVault Certificate Authority.

    6. Expand I understand the risks.
    7. Select Add Exception.
    8. Click View.

      This displays the certificate.

    9. Confirm that the certificate was issued by SkyVault Certificate Authority, and then confirm the Security Exception.

    Access to Solr 6 is granted. The Solr Admin page is displayed. It is divided into two parts.

    The left-side of the screen is a menu under the Solr logo that provides navigation through various screens. The first set of links are for system-level information and configuration and provide access to Logging, Core Admin and Java Properties. At the end of this information is a list of Solr cores configured for this instance of SkyVault.

    The center of the screen shows the detail of the Solr core selected, such as statistics, summary report, and so on.

  5. Monitor the progress of both the Solr 4 and Solr 6 subsystems via the JMX client or the SUMMARY report.
  6. When the index is updated as reported by the SUMMARY report, you can use the REPORT option and check the following:
  7. When the Solr 6 index is updated, you must enable the Solr 6 subsystem and disable the Solr
 4 subsystem.
    1. Go to Admin Console > Repository Services > Search Service and select Solr 6 from the Search Service In Use list.
    2. Disable Solr 4 tracking in the SkyVault/solr4/workspace-SpacesStore/conf/solrcore.properties file.

      enable.alfresco.tracking=false
    3. To remove the Solr 4 web application and indexes, stop the Tomcat server which is running Solr 4.
    4. Remove the <ALFRESCO_HOME>/tomcat/webapps/solr4 directory and the <ALFRESCO_HOME>/tomcat/webapps/solr4.war file.
    5. Remove the <ALFRESCO_HOME>/tomcat/conf/Catalina/localhost/solr4.xml file.
    6. Finally, remove the Solr 4 indexes.
  8. (Optional) To decommission (now redundant) Solr 4, follow the steps below:
    1. Stop the Solr 4 search service.
    2. Delete the solr directory from <ALFRESCO_HOME>/tomcat/webapps.
    3. Delete the solr.xml file from <ALFRESCO_HOME>tomcat/conf/Catalina/localhost.
    4. Delete the solr directory from <ALFRESCO_HOME>/alf_data.