Skip to content

Commit

Permalink
chore: update es
Browse files Browse the repository at this point in the history
  • Loading branch information
alomerry committed Oct 29, 2023
1 parent 708c7e2 commit a885e87
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions 8gu/database/elastic-search/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# ElasticSearch

ES 实时的分布式搜索分析引擎

## 概念

索引、组合/复合查询、过滤器、分词等机制

https://pdai.tech/md/db/nosql-es/elasticsearch-y-th-2.html#google_vignette
- https://pdai.tech/md/db/nosql-es/elasticsearch-y-th-2.html#google_vignette
- https://cloud.tencent.com/developer/article/2132839

- 索引 _index _type _id
- 分片 主分片 副分片
- 1 分片 = Lucene 的索引,每个索引有很多分段,每个分段都是倒排索引

## 问题

- Es 为什么能准实时

https://cloud.tencent.com/developer/article/2132839
## Reference

- [《ElasticSearch 源码解析与优化实战》](http://www.baidu.com)

0 comments on commit a885e87

Please sign in to comment.