ES-List
ElasticSearch List
Overview
-
2017-Ingesting Documents (pdf, word, txt, etc) Into ElasticSearch: ElasticSearch is a great tool for full-text search over billions of records. But what if you want to search through files with help of ElastricSearch?
-
2017-面试小结之 Elasticsearch 篇:最近面试一些公司,被问到的关于 Elasticsearch 和搜索引擎相关的问题,以及自己总结的回答。
-
2019-终于有人把 Elasticsearch 原理讲透了!: 以漫画形式讲解 Elastic Search.
Case Study
- 2019-日均 5 亿查询量的京东订单中心,为什么舍 MySQL 用 ES?: 京东到家订单数据存储在 MySQL 中,但显然只通过 DB 来支撑大量的查询是不可取的。同时对于一些复杂的查询,MySQL 支持得不够友好,所以订单中心系统使用了 Elasticsearch 来承载订单查询的主要压力。
Resource
- Awesome ElasticSearch : A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
Book
-
Elasticsearch Definitive Guide》📚: ElasticSearch 官方提供的 The Definitive Guide to Elasticsearch。
-
Elasticsearch Essentials》📚: Harness the power of ElasticSearch to build and manage scalable search and analytics solutions with this fast-paced guide
-
2017-Mastering Elastic Stack》📚: Get the most out of the Elastic Stack for various complex analytics using this comprehensive and practical guide.
Tutoria | 教程
-
2015-Elasticsearch For Beginners: Index and Search Hacker News
-
2017-Elasticsearch For Beginners: Indexing your Gmail Inbox: Goal of this tutorial is to load an entire Gmail inbox into Elasticsearch using bulk indexing and then start querying the cluster to get a better picture of what’s going on.