In this video, I will show you how to use the query DSL (Domain Specific Language) in the search API in ElasticSearch. This is the second video that explains the search API.
The search API allows you to leverage the indices you've built to create things like:
Search engines
Recommendation systems
Real-time dashboards
Log data analysis
And much more
In this second video, you will learn about the query DSL language, you will the two different clauses that you can use to customize the search behaviour. After that, we will see how to implement some of the things that you will learn in this video in code.
In this series, we focus on using the Python client to interact with Elasticsearch.
Here is the link to the GitHub repository:
https://github.com/ImadSaddik/Elastic...
Links to the official documentation:
https://www.elastic.co/guide/en/elast...
Don't forget to like, subscribe, and leave a comment if you have any questions or feedback!
Support us at:
/ 3codecamp
⭐️ Contents ⭐️
(00:00) Intro + slides
(05:54) Code time
(11:02) The end
#3_code_campers #ElasticSearch #ElasticSearchPython