1.首先搭建zookeeper集群,具体请参照。。。
sh zkcli.sh -cmd upconfig -zkhost <host:port> -confname <name
for
configset> -solrhome <solrhome> -confdir <path to directory with configset>
2.下载Solr5.2.1,http://mirrors.cnnic.cn/apache/lucene/solr/
3.解压,新建三个目录1、2、3
复制solr-5.2.1\server\solr下的solr.xml到1、2、3下面
4.命令行进入solr-5.2.1,执行
bin\solr.cmd -cloud -z 127.0.0.1:2181 -s 1 -p 8080
bin\solr.cmd -cloud -z 127.0.0.1:2181 -s 2 -p 8081
bin\solr.cmd -cloud -z 127.0.0.1:2181 -s 3 -p 8082
本文出自 “CodingOrThinking” 博客,请务必保留此出处http://metebee.blog.51cto.com/8650444/1729182
原文地址:http://metebee.blog.51cto.com/8650444/1729182