From 83e0da4b2a3d14cf7fec763db823e0ca47d65ebd Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Wed, 31 May 2017 17:36:15 +0100 Subject: [PATCH] RM-4978: Updated README file and removed duplicate property. --- README.txt | 20 +++++++++++++++++-- .../local/alfresco-global.properties | 3 --- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 637a6736fd..c834ccf83d 100644 --- a/README.txt +++ b/README.txt @@ -77,9 +77,9 @@ To download and run RM with the Outlook Integration AMPs installed on the repo a mvn clean install -Pstart-share,outlook-integration Follow these instructions install licence and Outlook plugin: - + - http://docs.alfresco.com/outlook2.1/tasks/Outlook-license.html - - http://docs.alfresco.com/outlook2.1/tasks/Outlook-install_v2.html + - http://docs.alfresco.com/outlook2.1/tasks/Outlook-install_v2.html @@ -100,3 +100,19 @@ Code Formatting: ---------------- This project follows the usual Alfresco Coding Standards. If you use Eclipse or IntelliJ, there are settings inside the ide-config directory for you to import. + + +Use Solr 6 with Alfresco 5.2.x: +------------------------------- +In alfresco-global.properties (depending on the RM edition /records-management/rm-community/rm-community-repo/src/test/properties/local or /records-management/rm-enterprise/rm-enterprise-repo/src/test/properties/local) +change the value for "index.subsystem.name" from "solr4" to "solr6". +Add also the following property "solr.port=8983". + +Download the latest Alfresco Search Services from +https://nexus.alfresco.com/nexus/#nexus-search;gav~~alfresco-search-services~~~ +Currently it's 1.0.0 (alfresco-search-services-1.0.0.zip) + +Unzip it and change to the "solr" folder within it. Start the Solr server using the following command: +solr start -a "-Dcreate.alfresco.defaults=alfresco,archive" + +Start your repository \ No newline at end of file diff --git a/rm-community/rm-community-repo/src/test/properties/local/alfresco-global.properties b/rm-community/rm-community-repo/src/test/properties/local/alfresco-global.properties index 0d262ecbfc..06249c5121 100644 --- a/rm-community/rm-community-repo/src/test/properties/local/alfresco-global.properties +++ b/rm-community/rm-community-repo/src/test/properties/local/alfresco-global.properties @@ -39,9 +39,6 @@ share.protocol=http # Validates and auto-recover if validation fails index.recovery.mode=AUTO -# As we run embedded, we set Lucene -# TODO: Find a better solution for indexing, as buildonly (embedded Lucene) is deprecated and going to be removed soon -index.subsystem.name=buildonly # These jobs seem to require Lucene (Unsupported Operation with Solr) so we disable them / set to future date # See https://forums.alfresco.com/en/viewtopic.php?f=52&t=41597