随笔分类 - elasticsearch
摘要:https://blog.csdn.net/qq_39144436/article/details/124509108 搜索的核心目标实际上是保证搜索的效果和性能,为了高效的实现全文检索,我们可以通过倒排索引来解决。 倒排索引是区别于正排索引的概念: 正排索引:是以文档对象的唯一 ID 作为索引,以
阅读全文
摘要:es写入过程关键步骤: 数据写入index buffer缓冲和translog日志文件。index buffer(indices.memory.index_buffer_size) 大小默认是heap的10%,最小值为48M。 每隔一秒钟(index.refresh_interval),index
阅读全文
摘要:项目一:elasticsearch 迁移方案 elasticsearch 索引迁移 查看参考文档:https://www.elastic.co/guide/en/elasticsearch/reference/7.15/docs-reindex.html 添加需要迁移的es集群白名单到 目的 es配
阅读全文