当前位置:网站首页>org. apache. solr. common. SolrException:Could not load core configuration for core hotel

org. apache. solr. common. SolrException:Could not load core configuration for core hotel

2022-06-11 02:59:00 b348858003

 Insert picture description here
Click again if you report the above error Logging Check for specific errors
 Insert picture description here
If it is the above problem or you have just configured the following code , It means that you have just written a field incorrectly after configuration , You can copy and replace the following

<fieldType name="text_ik" class="solr.TextField">
		<analyzer type="index" isMaxWordLength="false"
		class="org.wltea.analyzer.lucene.IKAnalyzer" />
		<analyzer type="query" isMaxWordLength="true"
		class="org.wltea.analyzer.lucene.IKAnalyzer" />
	</fieldType>

The above code path is shown in the following figure

 Insert picture description here
Finally restart tomcat that will do

If I can help you , Please give me some praise below , thank you







Must see the dry goods
link : Except for receiving private orders , Blogging , Outside the tutorial , How programmers use their technology , Make money lying down !

原网站

版权声明
本文为[b348858003]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/03/202203020555410195.html