08-31-2017 02:32 AM
Hi,
We are trying to integrate Alfresco Community 201707 with Solr 6 distribution, alfresco-search-services-1.1.0. Please find the steps tried so far.
Server 1 - Alfresco & Solr 6 in same server (Working)
### Solr indexing ###
index.subsystem.name=solr6
solr.host=localhost
dir.keystore=${dir.root}/keystore
solr.port=8983
solr.port.ssl=8984
solr.secureComms=none
solr.baseUrl=/solr
Alfresco in Server 1 & Solr 6 in Server 2 (Error)
Please help us how to configure if alfresco and solr are in different server.
08-31-2017 09:40 AM
Hi:
I would say, that you need at least to set alfresco.host variable in solrcore.properties files for the two cores (alfresco and archive) configured in SOLR 6 (Server 2). By default (or in the template they are set to localhost), but this has to point to Alfresco Server 1 now.
HINT: For disabling SOLR4 in Server 1, you can also move webapps/solr4.war and webapps/solr4 to a temporal directory and then to disable tomcat/conf/Catalina/localhost/solr4.xml (for example renaming to solr4.xml.disabled).
Regards.
--C.
08-31-2017 09:40 AM
Hi:
I would say, that you need at least to set alfresco.host variable in solrcore.properties files for the two cores (alfresco and archive) configured in SOLR 6 (Server 2). By default (or in the template they are set to localhost), but this has to point to Alfresco Server 1 now.
HINT: For disabling SOLR4 in Server 1, you can also move webapps/solr4.war and webapps/solr4 to a temporal directory and then to disable tomcat/conf/Catalina/localhost/solr4.xml (for example renaming to solr4.xml.disabled).
Regards.
--C.
Explore our Alfresco products with the links below. Use labels to filter content by product module.