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 3 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
00:00 : Implementing Search
08:45 : Mappers, Endpoints & Search Score
13:45 : Starting Elastic
14:45 : Testing Our Search
16:10 : Adding Boost
#dotnet #elastic #elasticsearch