摘要:
本次实验在windows系统搭建Elasticsearch 集群 1.需求采集 把下载解压elasticsearch-6.2.3目录复制3份,三个文件夹分别命名为elasticsearch-6.2.3-node_1 、elasticsearch-6.2.3-node_2 、elasticsearch 阅读全文
摘要:
当然ES的安装我就不详细的写了,百度一大堆,本人现在用的是6.2.3 的版本。 1.安装ES后我们开始创建索引和mapping; mapping创建后我们可以查看一下mapping是否已经在ES中存在: --Get http://localhost:9200/local_mst_student_id 阅读全文