Search Engine

Apache Solr-4.4.0 인덱스 및 검색 방법

kogun82 2017. 7. 12. 15:56

1. ~/solr-4.4.0/example/multicore/exampledocs  예제를 /home/kogun82/workspace/solr/exampledocs 에 복사한다.

 

2. ~/solr-4.4.0/example/exampledocs/post.jar 파일을 /home/kogun82/workspace/solr/exampledocs/ 으로 복사한다.

3. core0 에 샘플 데이터를 인덱싱 한다.

java -Durl=http://localhost:8983/solr/core0/update -jar post.jar *.xml


4. id 필드를 이용한 검색 실행 예제

http://localhost:8983/solr/core0/select?q=id:F8V7067-APL-KIT