Professional Search with C# and Elastic (Part 1)



Professional Search with C# and Elastic (Part 1)

Professional Search with C# and Elastic (Part 1)

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!

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

#dotnet #elastic #elasticsearch