Search Engine

Apache Solr Collection 생성

kogun82 2018. 8. 10. 10:31
solr create -c $collection_name -d $conf_dir


$conf_dir: conf 경로에 미리 data-import.xml, solrconfig.xml manage-shem.xml 등의 파일이 설정되어 위치해야 한다.
$collection_name: 사용할 collection 이름