Windows上安裝ElasticSearch7

安裝JDK1.8(包括)以上版本html

安裝ElasticSearch

ElasticSearch下載地址:java

https://www.elastic.co/downloads/elasticsearchnode

 

雙擊elasticsearch.batgit

 

http://localhost:9200github

 

windows服務啓動spring

dos窗口cd到es安裝目錄中執行elasticsearch-service.bat installnpm

查看任務管理器,找到elastcisearch右擊選中開始,就能把服務啓動了windows

 

配置後臺自動啓動springboot

 

 

能夠看到是自動的,點擊屬性cors

 

若是想要卸載此服務,運行以下命令

elasticsearch-service.bat remove

安裝Grunt

下載NodeJS

下載地址:

https://nodejs.org/en/download/

 

安裝NodeJS

下載完直接安裝,一直肯定

 

 

安裝完成後配置環境變量

 

高級系統設置->高級->環境變量->編輯PATH

 

 

 

檢驗是否安裝成功:node -v

 

安裝grunt命令

 

安裝ElasticSearch-Head

下載ElasticSearch-Head

下載地址:https://github.com/mobz/elasticsearch-head

 

解壓

 

安裝pathomjs

進入head文件夾下,執行命令:npm install 進行安裝pathomjs

 

若是安裝失敗:設置成淘寶的鏡像從新安裝

npm config set registry https://registry.npm.taobao.org

啓動Head插件

在剛纔的文件夾下啓動:grunt server

 

有時候會出現啓動報錯:

 

 

Gruntfile.js中引用的,分別執行下列安裝命令

npm install grunt-contrib-clean
npm install grunt-contrib-concat
npm install grunt-contrib-watch
npm install grunt-contrib-connect
npm install grunt-contrib-copy
npm install grunt-contrib-jasmine

而後再執行啓動命令:grunt server

修改elasticsearch.yml配置文件

打開elasticsearch安裝目錄/config/elasticsearch.yml,添加以下兩行

http.cors.enabled: true
http.cors.allow-origin: "*"

而後訪問:http://localhost:9100/ 

 

Windows上安裝ElasticSearch7的IK分詞器

springboot使用RestHighLevelClient簡單操做ElasticSearch

相關文章
相關標籤/搜索