我使用JATE2.0 Solr-7.2.1进行术语评分,排名,过滤,索引,存储和导出但是当我试图点击home.html中的术语识别按钮时出现此错误
Connection refused. Terminology recognition service is not started. Please ask your administrator for help.
file:///C:/Users/Sonja/jateSolrPluginDemo-master/JATE2-Web-Demo/web/home.html
这是我将termRecogniser放入文件solrconfig.xml
的部分 <requestHandler name="/termRecogniser" class="uk.ac.shef.dcs.jate.solr.TermRecognitionRequestHandler">
<lst name="defaults">
<str name="algorithm">TTF</str>
<bool name="extraction">false</bool>
<bool name="indexTerm">false</bool>
<bool name="boosting">false</bool>
<bool name="-c">true</bool>
<str name="-o">../ttf-terms.json</str>
</lst>
</requestHandler>
有人可以解释这个问题!当我试图兑现时也是如此
<bool name="indexTerm">false</bool>
我收到类似 this IndexReader is closed
的错误,它甚至无法生成home.html