1.下载java jdk并在命令行中可运行,然后官网下载elasticsearch并解压。

2.执行bin/elasticsearch.bat,测试,打开 http://127.0.0.1:9200

3.安装中文分词插件

直接打开连接进行安装:

https://github.com/NLPchina/elasticsearch-analysis-ansj

 

参考

mvn编译:http://maven.apache.org/download.cgi

ansj本地:https://github.com/NLPchina/ansj_seg

 

下载curl windows版,Win64 - Generic

http://curl.haxx.se/download.html

4.安装Kibana

下载并解压,可以配置elasticsearch的url。

然后访问:http://127.0.0.1:5601

 

相关文章:

  • 2021-07-14
  • 2021-06-05
  • 2022-12-23
  • 2021-07-08
  • 2021-09-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-04-17
  • 2021-04-09
  • 2022-01-19
  • 2021-10-22
相关资源
相似解决方案