摘要: 参考: ES官方:如何使用filter https://www.bilibili.com/video/BV14q4y1d7y5/?spm_id_from=333.337.search-card.all.click ES官方:如何使用Discover https://www.bilibili.com/ 阅读全文
posted @ 2023-01-14 23:28 飞翔在天 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.bilibili.com/video/BV17a4y1x7zq/?spm_id_from=333.337.search-card.all.click https://blog.csdn.net/weixin_42619846/article/details/11653 阅读全文
posted @ 2023-01-14 18:35 飞翔在天 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 参考:狂神说的相关视频 工具: ES客户端,可查看索引和索引内数据的变化,可认为Navicat针对Mysql效果 Kibana操作:config配置文件可设置语言中文 REST操作: /索引名/文档类型/id;文档类型,默认_doc,可自己指定,比如自定义User PUT 新建一条记录: 创建索引规 阅读全文
posted @ 2023-01-14 15:40 飞翔在天 阅读(41) 评论(0) 推荐(0) 编辑
摘要: 查询(query)与过滤(filter)的区别 如下为检索优化方案(部分内容有重复) https://www.elastic.co/guide/en/elasticsearch/reference/current/tune-for-indexing-speed.html 使用bulk请求 使用多线程 阅读全文
posted @ 2023-01-14 12:34 飞翔在天 阅读(88) 评论(0) 推荐(0) 编辑
摘要: ES集群间迁移 https://segmentfault.com/a/1190000039052421 Elasticdump数据备份与数据转移索引还原(实现不同ElasticSearch集群之间索引迁移) Mysql数据同步到ES方案 方式:同步双写(数据写入DB时,同时写ES) 优点:逻辑简单 阅读全文
posted @ 2023-01-14 11:26 飞翔在天 阅读(295) 评论(0) 推荐(0) 编辑