Professional Search with C# and Elasticsearch (Part 1)

Опубликовано: 23 Апрель 2023
на канале: Spyros Katsios
1,032
28

Hi everyone, in this series we use Elasticsearch and its amazing text searching capabilities. We take a closer look at its advantages over traditional databases, especially when it comes to performing complex searches on fields. We connect to an Elasticsearch Docker image, create and initialize an index, and finally apply our search. This is part 1 of the series, and you can refer to the chapters for more details on what's included. I hope you'll enjoy it!

Source code : https://github.com/spyroskatsios/YouT...

Complete Playlist :    • Elasticsearch  

Chapters:
00:00 : Why use elasticsearch
01:36 : Our scenario
02:40 : Solution Overview
04:30 : Configuring the Elastic Client

#dotnet #elastic #elasticsearch