Use this information to activate the Solr search mechanism in a manual SkyVault
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 server.
Admin Console
- Open the Admin Console.
-
Edit the following properties:
Property Description index.subsystem.name Select the subsystem type value as 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. -
Click Save.
For more information, see Working with the Search Service.
JMX client
- Navigate to MBeans > SkyVault > Configuration > Search.
-
Set the manager sourceBeanName to solr4.
The subsystems have their own related properties. The managed - solr4 instance exposes the solr.base.url property.
- These can now be configured live and the subsystem redeployed.