From 4d0f8f4728ae5a3ab4f214b4fe709f0b83e5a397 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 15 Sep 2020 13:26:01 +0800 Subject: [PATCH] Update solr.js --- plugins/solr/js/solr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/solr/js/solr.js b/plugins/solr/js/solr.js index 8ace21d06..d1098c1fd 100755 --- a/plugins/solr/js/solr.js +++ b/plugins/solr/js/solr.js @@ -188,6 +188,7 @@ function pRead(){ readme += '
  • 使用默认solr端口,如有需要自行修改
  • '; readme += '
  • 如果开启防火墙,需要放行solr设置的端口,例如(8983)
  • '; readme += '
  • 数据源设置好后,需要在managed-schema中同时设置
  • '; + readme += '
  • 优化索引段:curl --basic -u admin:admin "http://127.0.0.1:8983/solr/project/update?optimize=true&wt=json"
  • '; readme += '
  • wiki说明
  • '; readme += '';