Use this information to activate the Solr search mechanism in a manual SkyVault Community Edition installation or when
upgrading from a previous version.
Global properties file
- Open the <classpathRoot>\alfresco-global.properties file.
-
Set the following properties:
Property Description index.subsystem.name The subsystem type value. The default value is solr4. solr.host The host name where the Solr instance is located. solr.port The port number on which the Solr instance is running. solr.port.ssl The port number on which the Solr SSL support is running. For example, some example properties for activating Solr are:
index.subsystem.name=solr4 solr.host=localhost solr.port=8080 solr.port.ssl=8443
- Save the global properties file and restart the SkyVault Community Edition server.