solr 4. x 버 전 빠 른 배치 (solr 분할 색인 으로 초기 깔 기)

1508 단어 Solr빠 른 설치
1. solr 버 전 다운로드 (4.2.0)
    이것 은 사람 을 죽 게 한다. 세 번 다운 받 았 습 니 다. 5 시간 내 렸 다)
    주소:http://www.apache.org/dyn/closer.cgi/lucene/solr/4.2.0  
2.tomcat7
    주소:http://tomcat.apache.org/download-70.cgi
    다운로드 가 끝나 면 tomcat 의 압축 을 풀 고 tomcat - solr 와 solr - 4.2.0 이 라 고 명명 합 니 다.
3. 복사 solr - 4.2.0 / example / webapps / solr. war 를 tomcat - solr / webapps / 아래로 들 어가 기 tomcat - solr 를 실행 하면 tomcat - solr / webapps / 에서 solr 응용 프로그램 이 자동 으로 생 성 됩 니 다.  
4. 복사 solr - 4.2.0 / example / webapps / solr 폴 더 에서 tomcat - solr / 아래로
5. tomcat - solr 진입 tomcat - solr / Catalina / localhost / 아래 에 solr. xml 만 들 기
solr. xml 의 내용
<Context docBase="/home/xx/tomcat-solr/webapps/solr.war" debug="0" crossContext="true">
    <Environment name="solr/home" type="java.lang.String" 

vi tomcat - solr / webapps / solr / WEB - INF / web. xml 열기 찾아내다
    
    value="/home/xx/tomcat-solr/solr" override="true" />
</Context>

6. tomcat 7 다시 시작  방문 하 다.http://xxx.xx.xx.xx:8888/solr    다음 그림 나타 나 기 (설치 완료)
solr4.x版本快速部署(作为solr分片索引的前期铺垫)_第1张图片

좋은 웹페이지 즐겨찾기