CentOS安裝solr5.5.0

來源:互聯網
上載者:User

標籤:

查看安裝環境:

[[email protected] ~]# cat /proc/version
Linux version 2.6.32-573.22.1.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) ) #1 SMP Wed Mar 23 03:35:39 UTC 2016

[[email protected] ~]# cat /etc/issue
CentOS release 6.7 (Final)
Kernel \r on an \m

安裝solr前需要安裝JDK或JRE,版本要求1.7或更高。

[[email protected] local]# java -version
java version "1.7.0_80"
Java(TM) SE Runtime Environment (build 1.7.0_80-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

本機安裝了1.7.0_80,安裝jdk過程不再贅述。

下載、解壓、啟動服務

下載:

在官方網站: https://lucene.apache.org/solr/ 下載

solr-5.5.0.tgz

http://apache.fayea.com/lucene/solr/5.5.0/solr-5.5.0.tgz

解壓:

[[email protected] local]# tar zxf solr-5.5.0.tgz

啟動服務:

[[email protected] local]# cd solr-5.5.0
[[email protected] solr-5.5.0]# bin/solr start
Waiting up to 30 seconds to see Solr running on port 8983 [/]
Started Solr server on port 8983 (pid=5774). Happy searching!

可以看到solr服務預設使用了8983連接埠。

solr內建了Jetty。

通過瀏覽器訪問:http://localhost:8983/solr/

CentOS安裝solr5.5.0

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.