Solr 설치 예외: SolrException: Error loading class'solr.VelocityResponseWriter'


해결 방법 Solr 설치 프로세스 오류, 예외 보고
org.apache.solr.common.SolrException: Error loading class 'solr.VelocityResponseWriter' ,
해결 방법:
$solr 찾기home\conf\solrconfig.xml, 가운데 (Solr 3.5.0 1554 줄)
메모 또는 disabled - enable:false를 입력하면 됩니다.
 
이 단락 전에solrconfig.xml에 쓰기:
 

  
  
  
  
  1. <!-- 
  2.  
  3.     Custom response writers can be declared as needed... 
  4.  
  5.    --> 
  6.  
  7.    <!-- The solr.velocity.enabled flag is used by Solr's test cases so that this response writer is not 
  8.  
  9.         loaded (causing an error if contrib/velocity has not been built fully) --> 
  10.  
  11.    <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" enable="${solr.velocity.enabled:false}"/> 

좋은 웹페이지 즐겨찾기