Vinh Nguyên's Posts

Autocomplete with Elasticsearch - Part 2: Index-Time Search-as-You-Type

June 5, 2019

In the previous article, we look into the possibilities of prefix queries to create suggestions based on existing data to enhance the search experience. We experience how fast and straightforward it could help us in the beginning. We also learned that it has some drawbacks like latency and duplicates if the data-set grows more significant over time. In this article, we are going to overcome the problems with Edge NGram Tokenizer.

Read more
Newer posts Older posts