Elasticsearch入門 第一篇:Windows下安裝Elasticsearch

來源:互聯網
上載者:User

標籤:第一篇   release   發送   通過   pos   技術   第九篇   targe   c盤   

這是Elasticsearch 2.4 版本系列的第一篇:

  • Elasticsearch入門 第一篇:Windows下安裝Elasticsearch
  • Elasticsearch入門 第二篇:叢集配置
  • Elasticsearch入門 第三篇:索引
  • Elasticsearch入門 第四篇:使用C#添加和更新文檔
  • Elasticsearch入門 第五篇:使用C#查詢文檔
  • Elasticsearch入門 第六篇:複合資料型別——數組,對象和嵌套
  • Elasticsearch入門 第七篇:分析器
  • Elasticsearch入門 第八篇:儲存
  • Elasticsearch入門 第九篇:實現Regex查詢的思路

 

ES是一個基於Lucene的分布式全文檢索搜尋伺服器,和SQL Server的全文索引(Fulltext Index)有點類似,都是基於分詞和分段的全文檢索搜尋引擎,具有分詞,同義字,詞幹查詢的功能,但是ES天生具有分布式和即時的屬性,本隨筆示範在Windows環境中安裝Elasticsearch,以及用於管理Elasticsearch的Head外掛程式。

Elasticsearch官網:http://www.elasticsearch.org

 

java環境

我安裝的是java1.8.x版本的,沒安下面的步驟來安裝,但有一點,需要設定JAVA_HOME環境變數和path配置

 

二,安裝Elasticsearch

在安裝Java JDK,配置JAVA_HOME環境變數之後,就可以安裝Elasticsearch全文檢索搜尋引擎了,首先需要下載特定版本的ES安裝檔案。

1,下載Elasticsearch 2.4.6版本

從官方下載中心 Elasticsearch Download 下載Elasticsearch安裝包,在樓主時,ES的最新版本是6.x,本文使用舊版本2.4.6,開啟 past releases 選擇過去的版本安裝,下載zip檔案格式。樓主選擇安裝2.4.6版本的原因是6.x 版本不支援Head外掛程式。

2,開啟Elasticsearch 服務

將zip檔案解壓到C盤,進入 C:\elasticsearch-2.4.4\bin 目錄,雙擊執行 elasticsearch.bat,該指令檔執行 Elasticsearch 安裝程式,稍等片刻,開啟瀏覽器,輸入 http://localhost:9200 ,顯式以下畫面,說明ES安裝成功。

 

三,安裝head外掛程式

為了便於管理ES,本文使用head外掛程式,這是最初級的管理工具,在瀏覽器中顯示ES叢集,索引等資訊,十分好用。

1,在命令列中安裝外掛程式

按住Windows+R,輸入cmd,開啟命令列工具,進入到Elasticsearch的bin目錄,使用ES命令安裝外掛程式

cd C:\elasticsearch-2.4.4\binplugin install mobz/elasticsearch-head

 

 

 

2,通過網頁管理Elasticsearch

在本地瀏覽器中輸入http://localhost:9200/_plugin/head/,如果看到以下,說明head外掛程式安裝成功。

 

 

四,將Elasticsearch 安裝成Windows服務(Service)

1,開啟DOS命令列介面,切換到Elasticsearch的bin目錄,執行

service.bat install

2,啟動Elasticsearch服務

service.bat start

3,在run介面,輸入 services.msc,查看Elasticsearch服務

五,推薦閱讀書籍

推薦書籍:《Elasticsearch伺服器開發(第2版)》,該書使用curl工具調用ES的API,實際上,使用Head外掛程式,在Any Request 選項卡中,能夠輕易地構造出向ES伺服器發送請求的API的URL,實現同樣的功能:

例如:使用curl工具向ES伺服器發送命令,擷取叢集的健康狀態:

 

curl -XGET http://127.0.0.1:9200/_cluster/health?pretty

 

使用Head外掛程式,向ES伺服器發送Request,擷取叢集的健康狀態::

 

 

 

 

來源:http://www.cnblogs.com/ljhdo/p/4887557.html

 

Elasticsearch入門 第一篇:Windows下安裝Elasticsearch

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.