Implementing auto-complete functionality in Elasticsearch - Part II: n-grams
This is part II of my series on implementing auto-completion feature using Elasticsearch. In first part we talked about using prefix queries, a query time approach for auto-completions. In this post, we will talk about n-grams - an index time approac...
learningstuffwithankit.dev8 min read