Building a Search Server with Elasticsearch

Course

Online

£ 10 VAT inc.

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

Build a fully featured and scalable search UI with Elasticsearch.This course will give you the tools you need to create your own custom search application. Throughout this course, you'll see how rewarding Elasticsearch can be to work with and how to use it to build a real search application complete with results, highlighting, filters, and autocomplete.Starting with an introduction to Elasticsearch and client-side applications, we'll then move on to learn how Elasticsearch automatically classifies field types, and what to do if they need to be overridden. We will also cover many of the query types that Elasticsearch provides to return results for our AngularJS application. Once we have some basic results, we will add filters (called aggregations in Elasticsearch) to make it easy for users to narrow down the results to a specific topic. Then we will cover how to implement autocomplete and highlighting, and ultimately wrap up with an overview of deployment and security.This course will equip you with the tools that you need to craft rich search interfaces that deliver great results to your users.About the AuthorDaniel Beach is a search architect, specializing in client-side application development. He works at Opensource Connections where he has built search applications for organizations ranging from publishers to government agencies.

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

Ingest real data into your index and create a working Elasticsearch cluster
Categorize different types of data automatically with Elasticsearch and manage them effectively
Work with a variety of queries and learn how and when to use them correctly
Implement exciting features that help you search and highlight data
Build custom search filters that help you with advanced data search
Get to grips with the best practices for separating out the structure of an AngularJS application into its various components
Add a bit more to your search server by applying relevancy tuning and addressing security concerns 

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Emagister S.L. (data controller) will process your data to carry out promotional activities (via email and/or phone), publish reviews, or manage incidents. You can learn about your rights and manage your preferences in the privacy policy.

Reviews

This centre's achievements

2021

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 6 years

Subjects

  • Ms Word
  • Install
  • Works
  • Javascript
  • Server
  • Javascript training
  • Word

Course programme

Getting Started with Elasticsearch 3 lectures 10:36 Course Objectives Introduction to the course with an outline. Getting Started What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
Installing and Configuring Elasticsearch Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Getting Started with Elasticsearch 3 lectures 10:36 Course Objectives Introduction to the course with an outline. Getting Started What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
Installing and Configuring Elasticsearch Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Course Objectives Introduction to the course with an outline. Course Objectives Introduction to the course with an outline. Course Objectives Introduction to the course with an outline. Course Objectives Introduction to the course with an outline. Introduction to the course with an outline. Introduction to the course with an outline. Getting Started What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
Getting Started What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
Getting Started What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
Getting Started What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
What is Elasticsearch?
  • Elasticsearch: Introduction
  • Elasticsearch: Architecture
  • Client-side JavaScript apps
Installing and Configuring Elasticsearch Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Installing and Configuring Elasticsearch Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Installing and Configuring Elasticsearch Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Installing and Configuring Elasticsearch Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Understand how to install Elasticsearch and know how to configure Elasticsearch clusters if you have to deviate from Elasticsearch defaults.
  • Download Elasticsearch and understand the folder structure
  • Start up the first Elasticsearch node and determine the number of nodes
  • Set the correct memory size and understand when to upgrade
Data Ingestion 3 lectures 14:20 Ingesting the Initial Document Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Assigning Field Types Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Advanced Ingestion Topics If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
Data Ingestion. 3 lectures 14:20 Ingesting the Initial Document Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Assigning Field Types Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Advanced Ingestion Topics If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
Ingesting the Initial Document Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Ingesting the Initial Document Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Ingesting the Initial Document Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Ingesting the Initial Document Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Without data, our Elasticsearch cluster is useless. We will begin ingesting our data while learning about Elasticsearch’s data structures and settings.
  • Learn how Elasticsearch works with JSON documents, and create an index and document type
  • See what happens when you specify a version that has already been updated
  • Use versions as a tool to eliminate document regression
Assigning Field Types Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Assigning Field Types Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Assigning Field Types Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Assigning Field Types Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Take control of how Elasticsearch interprets your data.
  • Elasticsearch automatically evaluates the fields of your document and determines their field type
  • Use Elasticsearch’s generated mappings as a starting point to specify your own
  • Iteratively test and improve until you are satisfied
Advanced Ingestion Topics If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
Advanced Ingestion Topics If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
Advanced Ingestion Topics If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
Advanced Ingestion Topics If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data.
  • Text analysis and stemming allow your content to be searchable by multiple word permutations
  • Multifields give you the power to index the same field in multiple ways
  • Document routing lets you group similar documents within the same shard. Batch ingestion lets you index large lists of documents at the same time
If your content isn’t indexed correctly, it wouldn’t match when you search for it. Deal with that by knowing how to store and analyze your data 9 Application Structure ...

Additional information

A basic understanding of JavaScript will help you grasp the functionalities of the application built with Elasticsearch and AngularJS in this course

Building a Search Server with Elasticsearch

£ 10 VAT inc.