1.下載
git
官方網站 https://github.com/medcl/elasticsearch-analysis-ik, 告訴你,能夠下載源碼,而後本身去編譯,這樣比較麻煩,能夠直接它的版本庫中下載編譯好的歷史版本github
https://github.com/medcl/elasticsearch-analysis-ik/releases 注意要下載編譯好的包,而不是源碼包瀏覽器
例如獲得包 elasticsearch-analysis-ik-1.9.5.zip 進入elasticsearch的plugins目錄,解壓,重命名 analysis-ik tomcat
而後將 analysis-ik/config 整個拷貝到 elasticsearch-2.3.5/config/ik/ 下面 若是elasticsearch-2.3.5/config 下面沒有ik目錄,須要新建mvc
進入 elasticsearch-2.3.5/bin 重啓elasticsearch服務elasticsearch
./ elasticsearchide
2.驗證
工具
能夠安裝 Postman - REST Client 工具測試分詞的效果學習
輸入 http://10.3.32.83:9200//hh/_analyze?analyzer=ik_max_word 測試
text=華中科技大學同濟醫學院附屬同濟醫院 測試
學習視頻
複製連接,在瀏覽器打開
tomcat源碼解析
https://study.163.com/course/introduction/1209535854.htm
Springmvc源碼解析
https://study.163.com/course/introduction/1209536851.htm
dubbo源碼解析
https://study.163.com/course/introduction/1209648816.htm