Professional Search with C# and Elasticsearch (Part 2)

Опубликовано: 30 Апрель 2023
на канале: Spyros Katsios
323
13

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 2 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 : Configuring the entity for elastic
04:20 : Creating the index
08:05 : Initializing the index


#dotnet #elastic #elasticsearch