技术与更多 2020-02-25
https://www.elastic.co/cn/downloads/elasticsearch
https://www.elastic.co/cn/downloads/kibana
下载:
解压
运行: bin\elasticsearch.bat
查看:curl http://localhost:9200/
or Invoke-RestMethod http://localhost:9200
with PowerShell
配置hosts 文件,然后运行 bin\kibana.bat
;
浏览器: http://localhost:5601
另外一部分,则需要先做聚类、分类处理,将聚合出的分类结果存入ES集群的聚类索引中。数据处理层的聚合结果存入ES中的指定索引,同时将每个聚合主题相关的数据存入每个document下面的某个field下。