共计 318 个字符,预计需要花费 1 分钟才能阅读完成。
与传统关系型数据库区别
Relational DB | Elasticsearch |
---|---|
database | 索引(indices) |
表(tables) | types |
行(rows) | documents |
字段(columns) | fields |
倒排索引 Inverted Index
- 有时候也叫反向索引
- 搜索引擎的外围
- 个别过程,对文章分词,依据关键词建设倒排索引
装置
与 Kibana 集成,当然举荐 docker 装置
https://github.com/scauxiaoxu…
通过 docker ps 查看运行中的容器
通过 9200 端口查看 elasticearch 是否装置胜利
kibana 装置胜利后的拜访 5601 端口登录查看
客户端工具
elasticsearch-head 应用 Chrome 插件形式
正文完
发表至: elasticsearch
2020-12-13