1. Solr 다운로드
2. 압축해제
3. example 디렉토리로 이동
4. cd solr
5. copy -r collection1 collection2
6. cd collection2
7. core.properties 편집하여 name 수정
8. conf/schema.xml 수정
9. example/multicore/solr.xml을 example/solr에 copy
10. example/solr/solr.xml을 편집하여 collection1, collection2에 대한 설정 추가
11. example에서 java -jar start.jar 실행
12. core의 디렉토리를 변경하고 싶을때는 java -jar start.jar -Dsolr.solr.home=/~~~ 실행