When you install SkyVault 4.0, several Solr-related configuration files are made
available to you. The section lists the Solr configuration files, their location in the SkyVault directory
structure and description.
Configuration File | Location | Description |
---|---|---|
repository.properties | SkyVault\tomcat\webapps\alfresco\WEB-INF\classes\alfresco\ | This file specifies the Solr-related properties in how SkyVault connects to the Solr server. As the Solr server runs in the same Tomcat instance as SkyVault, the connection properties are setup to connect to a locally running Solr server. |
schema.xml | SkyVault\alf_data\solr\<core>, where <core> is the location of core's configuration directory, for example SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This file defines the schema for the index including field type definitions with associated analyzers. It contains details about the fields that you can include in your document and also describes how those fields can be used when adding documents to the index or when querying those fields. |
solr.xml | SkyVault\tomcat\conf\catalina\localhost\ | This file defines the Solr web application context. It specifies the location of the Solr war file and sets up the Solr home directory. |
solr.xml | SkyVault\alf_data\solr | This file specifies the cores to be used by Solr. |
solrconfig.xml | SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This file specifies the parameters for configuring Solr. Also, the Solr search components are added to this file. |
solrcore.properties | SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This is the property configuration file for a core. Solr supports system property substitution, so properties that need substitution can be put in to this file. There is one solrcore.properties file in each core's configuration directory. For details, see the Solr core configuration properties topic. |
context.xml | SkyVault\alf_data\solr | This file specifies the Solr web application context template to use when installing Solr in separate tomcat server. |
ssl.repo.client.keystore | SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This keystore contains the Solr public/private RSA key pair. |
ssl-keystore-passwords.properties | SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This file contains the password information for ssl.repo.client.keystore. |
ssl.repo.client.truststore | SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This keystore contains the trusted SkyVault Certificate Authority certificate (which has been used to sign both the repository and Solr certificates) |
ssl-truststore-passwords.properties | SkyVault\alf_data\solr\workspace-SpacesStore\conf or SkyVault\alf_data\solr\archive-SpacesStore\conf | This file contains the password information for ssl.repo.client.truststore. |