kevin
  • Home

es

A collection of 3 posts

es

es高级之文档操作及segment介绍

segments概念 在Lucene⾥⾯有很多⼩的segment,我们可以把它们看成Lucene内部的mini-index,即为存储的最⼩管理单位。 重要特性:不可变性。 segments结构 Inverted Index Stored Fields Document Values Cache Inverted Index 倒排索引(Inverted Index)也叫反向索引,有反向索引必有正向索引。通俗地来讲,正向索引是通过key找value,反向索引则是通过value找key。 Term(单词):⼀段⽂本经过分析器分析以后就会输出⼀串单词,这⼀

  • 凯文
18 min read
es

es升级6.4.3

下载镜像 docker pull docker.io/elasticsearch:6.4.3 运行容器 docker run -d --name es-node -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" 01e5bee1e059 安装ik 参考 去github上直接下载zip文件。 https://github.

  • 凯文
1 min read
es

es-基础之增删改查及mapping介绍

es用途 略 ES与DB的关系 ES:indices --> types --> documents --> fields DB:databases --> tables --> rows --> columns es的端口介绍 es端口分别为9200,9300;以下均基于9200端口介绍 * 9200: http协议的RESTful接口 * 9300:tcp通讯端口,

  • 凯文
9 min read
kevin © 2023
Latest Posts Ghost