Search-As-You-Type with Elasticsearch

preview_player
Показать описание

In this lecture from "Elasticsearch and the Elastic Stack - In Depth and Hands On," we'll cover a few different ways of implementing the "search as you type" feature you see on many big websites, using Elasticsearch. We'll look at query-time, index-time, and pre-baked approaches and implement one approach live.
Рекомендации по теме
Комментарии
Автор

It felt like I was watching a movie and you are the narrator. awesome voice.

quiters
Автор

Felt like a football match and you performing as the commentator while moving the ball.

ArturoBolívar-jf
Автор

Can you create a legit frontend and show the suggestions there?

tejaszarekar
Автор

old video, but a very good explanation!

theoliver
Автор

Not sure if you're still looking at these comments, but I'm running into a problem when implementing this. My search stops getting hits after my query exceeds 2 characters. The only change that I made is that my max_ngram value is 10 rather than 20. Does anything come to mind on why this may be?

jlat
Автор

really appreciated, thanks a lot! great video!

griswordthelightofdawn
Автор

in frontend why is my ajax request took more than 500ms

boredstudent