参考http://www.lucidimagination.com/devzone/technical-articles/setting-apache-solr-eclipse
出现问题:
严重: org.apache.solr.common.SolrException: Error loading class 'solr.VelocityResponseWriter'
解决方法:
找到solr\conf\solrconfig.xml,把中间 <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" enable="${solr.velocity.enabled:true}"/>注释或者disabled即可。
Solr VelocityResponseWriter 错误解决
本文介绍了解决 Solr 中 VelocityResponseWriter 引发错误的方法。通过禁用或注释 solrconfig.xml 中的相关配置行可以有效避免加载 VelocityResponseWriter 类时出现的问题。
351

被折叠的 条评论
为什么被折叠?



