solr1.4使用(1)-solr安装和启动
1.安装JDK1.5+
2.下载solr
solr下载地址:http://www.apache.org/dyn/closer.cgi/lucene/solr/,目前最新版本1.4.1
3.解压apache-solr-1.4.1至/usr/local下。
4.启动
首先切换目录到example目录下,命令:cd/usr/local/apache-solr-1.4.1/example
然后启动,命令:java-jarstart.jar
5.确认启动成功
访问下面三个链接无报错,则启动成功:
http://localhost:8983
http://localhost:8983/solr
http://localhost:8983/solr/admin
相关推荐
spylyt 2020-09-11
upxiaofeng 2020-06-11
TyCoding 2020-05-03
upxiaofeng 2020-04-30
lionelf 2020-04-20
TyCoding 2020-04-08
TyCoding 2020-03-26
wenchanter 2020-03-26
roygbip 2020-02-16
wsxsxz 2020-02-03
lionelf 2020-02-03
lionelf 2020-02-03
TyCoding 2020-02-01
heniancheng 2020-01-31
lionelf 2020-01-30
TyCoding 2020-01-10