The topic describes the properties for configuring the Solr 6 search service. The Admin Console is only available when you are using Alfresco Content Services Enterprise.
- Open the Admin Console. For more information, see the Launch Admin Console in the Content Services documentation.
- In the Repository Services section, click Search Service to see the Search Service page.
- In the Search Service section, select Solr 6 from the Search Service In Use list.
-
Set the Search Services properties:
Solr search property Description Content Tracking Enabled This setting can be used to disable Solr 6 tracking by separate Solr instance(s) configured to track this server, for example Yes Solr Port (Non-SSL) This specifies the application server’s http port (non-secure) on which Solr 6 is running. This is only used if Solr 6 is configured to run without secure communications, for example 8080 Solr base URL This specifies the base URL for the Solr 6 web application. Adjusting the URL does not change where Solr is hosted, it changes where Alfresco Content Services looks for Solr, for example /solr6. Solr Hostname his specifies the hostname on which the Solr 6 server is running. Use localhost if running on the same machine, for example localhost. Solr SSL Port his specifies the application server’s https port on which Solr 6 is running, for example 8443. Auto Suggest Enabled This specifies that the Solr 6 auto-suggest feature is enabled. This feature presents suggestions of popular queries as a user types their query into the search box or text box, for example 0 . Last Indexed Transaction This specifies the transaction ID most recently indexed by Solr 6, for example 17. Approx Index Time Remaining This specifies the estimated time that Solr 6 will take to complete indexing the current outstanding transactions, for example 0 seconds. Disk Usage (GB) This specifies the disk space used by the latest version of the Solr 6 index. Allow at least double this value for background indexing management, for example 0.001748. Index Lag This specifies the time that indexing is currently behind the repository updates, for example 0 seconds. Approx Transactions to Index This specifies the estimated number of outstanding transactions that require indexing, for example 0. Indexing in Progress This specifies if Solr 6 is currently indexing outstanding transactions, for example . Memory Usage (GB) This specifies the current memory usage. The value may vary due to transient memory used by background processing. The value does not include Lucene related caches, for example No. Backup Location (Main Store) This specifies the location where the index backup for the main WorkspaceStore is stored on the Solr 6 server, for example ${dir.root}/solr6Backup/alfresco. Backup Cron Expression (Main Store) This specifies a unix-like expression, using the same syntax as the cron command, that defines when backups occur. The default value is 0 0 2 * * ? meaning the backup is performed daily at 02.00. Backups To Keep (Main Store) This specifies the number of backups to keep (including the latest backup), for example 3. Backup Location (Archive Store properties) This specifies the location where the index backup for ArchiveStore is stored on the Solr 6 server, for example ${dir.root}/solr6Backup/archive. Backup Cron Expression (Archive Store properties) This specifies a unix-like expression, using the same syntax as the cron command, that defines when backups occur. The default value is 0 0 4 * * ? meaning the backup is performed daily at 04.00. Backups To Keep (Archive Store properties) This specifies the number of backups to keep, for example 3. CMIS Query This specifies the default mode which defines if and when the database should be used to support a subset of the CMIS Query Language, for example Use database if possible. Alfresco Full Text Search This specifies the default mode which defines if and when the database should be used to support a subset of the Alfresco Full Text Search, for example Use database if possible. - Click Save to apply the changes you have made to the properties.
If you do not want to save the changes, click Cancel.