solr出现异常:ERROR org.apache.solr.servlet.SolrDispatchFilter – null:org.apache.solr.common.SolrException: SolrCore 'core2' is not available due to init failure: RequestHandler init failure。
原因:找不到solr-dataimporthandler-4.4.0.jar这个jar包,默认不在solr.war包里,在下载包的dist目录下。
解决方法:将solr-4.10.3\dist\solr-dataimporthandler-4.4.0.jar拷到tomcat\webapp\solr\WEB-INF\lib\
网友评论