随笔分类 - ELK
摘要:删除索引 DELETE /indexname 删除多个索引 DELETE /index_one,index_two DELETE /index_* 删除全部索引 DELETE /_all 查看分词 GET _analyze { "tokenizer" : "ik_smart", "text" : "
阅读全文
摘要:本文记录在windows 10下安装ElasticSearch的安装步骤。 一 安装 Java环境 ElasticSearch使用Java开发的,依赖Java环境,安装 ElasticSearch 7.x 之前,需要先安装jdk-11,而只能安装jdk-11,本人试过用jdk-15和jdk-17安装
阅读全文