Implementing auto-complete functionality in Elasticsearch - Part III: Completion suggester
This is part III of my series on designing auto-complete feature in Elasticsearch. In this part, we will talk about completion suggester - a type of suggester which is optimized for auto-complete functionality and considered to be faster than the a...
learningstuffwithankit.dev9 min read
Tomas Kramaric
FYI: infix matching can be done using regex instead of prefix