Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Elasticsearch Server, Second Edition

Posted By: arundhati
Elasticsearch Server, Second Edition

Marek Rogozi Ski, Rafa Ku, "Elasticsearch Server, Second Edition"
2014 | ISBN-10: 1783980524 | 428 pages | EPUB, MOBI, PDF | 7 MB

A practical guide to building fast, scalable, and flexible search solutions with clear and easy-to-understand examples

Overview
Learn about the fascinating functionalities of ElasticSearch like data indexing, data analysis, and dynamic mapping
Fine-tune ElasticSearch and understand its metrics using its API and available tools, and see how it behaves in complex searches
A hands-on tutorial that walks you through all the features of ElasticSearch in an easy-to-understand way, with examples that will help you become an expert in no time

In Detail

This book begins by introducing the most commonly used Elasticsearch server functionalities, from creating your own index structure, through querying, faceting, and aggregations, and ends with cluster monitoring and problem diagnosis. As you progress through the book, you will cover topics such as starting Elasticsearch, creating a new index, and designing its proper structure. After that, you'll read about the query API that Elasticsearch exposes, as well as about filtering capabilities, aggregations, and faceting. Last but not least, you will get to know how to find similar documents by using similar functionalities and how to implement application alerts by using the prospective search functionality called percolator. Some advanced topics such as shard allocation control, gateway configuration, and how to use the discovery module will also be discussed. This book will also show you the possibilities of cluster state and health monitoring as well as how to use third-party tools.

What you will learn from this book
Configure and create your own index
Set up an analysis chain and handle multilingual data
Use the Elasticsearch query DSL to make all kinds of queries
Utilize filters efficiently and ensure they do not affect performance
Implement autocomplete functionality
Employ faceting, the aggregations framework, and similar functionalities to get more from your search and improve your clients' search experience
Monitor your cluster state and health by using Elasticsearch APIs as well as third-party monitoring solutions
Learn what gateway and discovery modules are, and how to properly configure them
Control primary shards and replica rebalancing

Approach

This book is a detailed, practical, hands-on guide packed with real-life scenarios and examples which will show you how to implement an ElasticSearch search engine on your own websites.