- ElasticSearch Cookbook
- Alberto Paro
- 338字
- 2021-04-02 10:09:53
Preface
One of the main requirements of today applications is the search capability. In the market we can find a lot of solutions to answer this need, both in the commercial and in the open source world. One of the frequently used libraries for searching is Apache Lucene. This library is the base of a large number of search solutions such as Apache Solr, Indextank, and ElasticSearch.
ElasticSearch is one of the younger solutions, written with the cloud, and distributed computing in mind. Its main author, Shay Banon, famous for having developed Compass (http://www.compass-project.org), released the first version of ElasticSearch in March 2010.
Thus the main scope of ElasticSearch is to be a search engine; it also provides a lot of features that allows it to be used also as data store and analytic engine via facets.
ElasticSearch contains a lot of innovative features: JSON REST-based, natively distributed in a map/reduce approach, easy to set up, and extensible with plugins. In this book, we will study in depth about these features and many others available in ElasticSearch.
Before ElasticSearch, only Apache Solr was able to provide some of these functionalities, but it was not designed for the cloud and it is not using JSON REST API. In the last year, this situation has changed a bit with the release of Solr Cloud in 2012. For users who want to have a deeper comparison between these two products, I suggest to read posts by Rafal Kuc available at http://blog.sematext.com/2012/08/23/solr-vs-elasticsearch-part-1-overview/.
ElasticSearch is also a product in continuous evolution and new functionalities are released both by the ElasticSearch Company (the company founded by Shay Banon to provide commercial support for ElasticSearch) and by ElasticSearch users as a plugin (mainly available on GitHub).
In my opinion, ElasticSearch is probably one of the most powerful and easy-to-use search solutions in the market. In writing this book and these recipes, the book reviewers and I have tried to transmit our knowledge, our passion, and the best practices to manage it in a better way.
- 電腦組裝與系統安裝
- Mastering ElasticSearch
- 每天5分鐘玩轉Kubernetes
- 蘋果電腦玩全攻略 OS X 10.8 Mountain Lion
- 精通Linux內核開發
- 構建可擴展分布式系統:方法與實踐
- 嵌入式Linux驅動程序和系統開發實例精講
- Python基礎教程(第3版)
- 嵌入式實時操作系統μC/OS原理與實踐
- Vim 8文本處理實戰
- Learning Continuous Integration with Jenkins(Second Edition)
- Zabbix監控系統之深度解析和實踐
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)
- Android NDK Beginner's Guide
- Serverless Architectures with Kubernetes