Book Image

Elasticsearch Server - Third Edition

By : Rafal Kuc
Book Image

Elasticsearch Server - Third Edition

By: Rafal Kuc

Overview of this book

ElasticSearch is a very fast and scalable open source search engine, designed with distribution and cloud in mind, complete with all the goodies that Apache Lucene has to offer. ElasticSearch’s schema-free architecture allows developers to index and search unstructured content, making it perfectly suited for both small projects and large big data warehouses, even those with petabytes of unstructured data. This book will guide you through the world of the most commonly used ElasticSearch server functionalities. You’ll start off by getting an understanding of the basics of ElasticSearch and its data indexing functionality. Next, you will see the querying capabilities of ElasticSearch, followed by a through explanation of scoring and search relevance. After this, you will explore the aggregation and data analysis capabilities of ElasticSearch and will learn how cluster administration and scaling can be used to boost your application performance. You’ll find out how to use the friendly REST APIs and how to tune ElasticSearch to make the most of it. By the end of this book, you will have be able to create amazing search solutions as per your project’s specifications.
Table of Contents (18 chapters)
Elasticsearch Server Third Edition
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface
Index

Summary


In this chapter, we focused on scaling and tuning Elasticsearch. We started with the hardware preparations and decisions we need to make. Next, we tuned a single Elasticsearch node as much as we could and after that we configured the whole cluster to work as well as it could. We discussed vertical expansion possibilities and we learned how to monitor our cluster once it hits the production environment.

So now we have reached the end of the book. We hope that it was a nice reading experience and that you found the book interesting. Since the previous edition of the book, Elasticsearch has changed a lot. Not only when it comes to versions, but also when it comes to functionalities. Some of the features are no longer there, some of them were moved to plugins, and of course new features were added. We really hope that you have learned something from this book and now you will find it easier to use Elasticsearch every day – no matter if you are a beginner in this world or a semi–experienced...