如果需要 https 通讯的, 去参考官网的文档
这里只记录http 通讯方式
1. 下载
2. 解压
3. 设置 alfresco-global.properties
index.subsystem.name=solr6
solr.secureComms=none
solr.port=8983
4. 编辑 solrhome/templates/rerank/conf/solrcore.properties
alfresco.secureComms=none
或者在启动的时候, 添加参数
-Dalfresco.secureComms=none
5. 编辑 solrhome/conf/shared.properties
alfresco.cross.locale.datatype.0={http://www.alfresco.org/model/dictionary/1.0}text
alfresco.cross.locale.datatype.1={http://www.alfresco.org/model/dictionary/1.0}content
alfresco.cross.locale.datatype.2={http://www.alfresco.org/model/dictionary/1.0}mltext
alfresco.suggestable.property.0={htt