Book Image

Elasticsearch 5.x Solutions: Getting Started [Video]

By : Alberto Paro
Book Image

Elasticsearch 5.x Solutions: Getting Started [Video]

By: Alberto Paro

Overview of this book

<p><span id="description" class="sugar_field">Elasticsearch is a Lucene-based distributed search server that allows users to index and search unstructured content with petabytes of data. This course is your one-stop guide to master the complete Elasticsearch ecosystem. </span></p> <p><span id="description" class="sugar_field">We’ll guide you what’s new in Elasticsearch 5.x, showing you how to create complex queries and analytics, and perform index mapping. Right from downloading and setting up Elasticsearch to configuring it for your needs, this course goes on to give you a brief overview of the mappings and the basic operations that you can perform on your data with the help of Elasticsearch.</span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This course follows a problem-solution approach to effectively use and manage Elasticsearch. Each video focuses on a particular task at hand and is explained in a very simple, easy to understand manner.</span></span></p>
Table of Contents (4 chapters)
Chapter 3
Managing Mappings
Content Locked
Section 2
Mapping Base Types, Arrays, and Object
Using explicit mapping allows to be faster in starting to insert the data using a schemaless approach without being concerned of the field types. Let’s take a look at mapping base types, arrays, and object in this video. - Take a look at an example of a shop order - Map store tags - Rewrite mapping of order type