随笔分类 -  ElasticSearch

MySQL、HBase、ElasticSearch三者对比
摘要:TODO: http://www.ppmy.cn/news/35772.html https://www.dandelioncloud.cn/article/details/1597934023446052866 阅读全文

posted @ 2023-05-04 13:53 frank_cui 阅读(31) 评论(0) 推荐(0) 编辑

ES - DSL语法
摘要:"must" vs "must_not" vs "should" must:必须达到must所列举的所有条件 -- 如果到达会增加相关文档的评分. must_not:必须不是指定的情况 -- 被视为“过滤器”。它影响文档是否包含在结果中, 但不影响文档的评分方式. should:应该达到should 阅读全文

posted @ 2021-11-11 23:06 frank_cui 阅读(480) 评论(0) 推荐(0) 编辑

ES - ElasticSearch安装 + Kibana安装(Docker版本)
摘要:1. 下载ealastic search和kibana docker pull elasticsearch:7.6.2 docker pull kibana:7.6.2 2. 预配置 //新建一些文件夹,之后要用作目录挂载 mkdir -p /mydata/elasticsearch/config 阅读全文

posted @ 2021-10-22 10:57 frank_cui 阅读(140) 评论(0) 推荐(0) 编辑

ES - ES 与 SpringBoot 集成 (elasticsearch-rest-high-level-client)
摘要:注意 - ES client的选择 选择1:Java API, 9300 端口,TCP (不选择,TCP长链接,es 7.x已经不建议使用,8以后就要废弃) 选择2:REST client,9200 端口,HTTP (选择这个,本文讲解的high level client就是这个) 1.导入依赖 2 阅读全文

posted @ 2021-05-13 22:56 frank_cui 阅读(416) 评论(0) 推荐(0) 编辑

ES - ES Restful命令
摘要:一、ES Restful命令 二、关于索引的基本操作 1.打开elasticsearch-head可视化界面 在该目录下运行命令 npm run start,并保持cmd界面不要被关闭。 然后在浏览器输入http://localhost:9100即可 2.新建操作 2.1 新建索引 {PUT /索引 阅读全文

posted @ 2021-05-06 00:33 frank_cui 阅读(293) 评论(0) 推荐(0) 编辑

ES - IK分词器(中文的分词器)
摘要:什么是IK分词器? 安装IK分词器 - Windows IK分词器和ES的版本号,一定要对应。否则容易闪退。 安装IK分词器 - Linux 然后docker restart elasticsearch, 即可生效 IK分词器讲解 1-查看不同的分词效果 ik_smart ik_max_word 2 阅读全文

posted @ 2021-05-04 22:30 frank_cui 阅读(792) 评论(0) 推荐(0) 编辑

ES - 什么是ES?ES的索引,节点分片,倒排索引
摘要:ElasticSearch 简介 1. ES面向文档(Documents) 2. 一切都是Json ElasticSearch 的工作原理 ElasticSearch 重要概念 总结 用关系型数据库,做一个mapping:(types在8.x中已经弃用) 索引indices - 对应MySQL的da 阅读全文

posted @ 2021-05-03 15:37 frank_cui 阅读(1017) 评论(0) 推荐(0) 编辑

ES - 什么是ELK技术栈
摘要: 阅读全文

posted @ 2021-04-26 22:28 frank_cui 阅读(177) 评论(0) 推荐(0) 编辑

ES - ElasticSearch安装 + Kibana安装(Windows版本)
摘要:ES安装 ES目录 ES解压即用。下载慢的小伙伴们可以到 华为云的镜像去下载速度很快,自己找对应版本就可以 ElasticSearch: https://mirrors.huaweicloud.com/elasticsearch/?C=N&O=D logstash: https://mirrors. 阅读全文

posted @ 2021-04-26 20:55 frank_cui 阅读(149) 评论(0) 推荐(0) 编辑

ES - 什么是ElasticSearch?vs Solr vs Lucene
摘要:ElasticSearch vs Lucene ElasticSearch vs Solr 技术简介 ElasticSearch简介 天然支持分布式 内存数据库 Solr简介 Lucene简介 阅读全文

posted @ 2021-04-20 23:34 frank_cui 阅读(58) 评论(0) 推荐(0) 编辑

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

导航

统计

levels of contents
点击右上角即可分享
微信分享提示