Solr 설치 예외: SolrException: Error loading class'solr.VelocityResponseWriter'
1936 단어 직장Solr레저solrexception
해결 방법 Solr 설치 프로세스 오류, 예외 보고
org.apache.solr.common.SolrException: Error loading class 'solr.VelocityResponseWriter' ,
해결 방법:
$solr 찾기home\conf\solrconfig.xml, 가운데 (Solr 3.5.0 1554 줄)
이 단락 전에solrconfig.xml에 쓰기:
- <!--
-
- Custom response writers can be declared as needed...
-
- -->
-
- <!-- The solr.velocity.enabled flag is used by Solr's test cases so that this response writer is not
-
- loaded (causing an error if contrib/velocity has not been built fully) -->
-
- <queryResponseWriter name="velocity" class="solr.VelocityResponseWriter" enable="${solr.velocity.enabled:false}"/>
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
양식 제출 후 제출 버튼 비활성화텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.