Tagged articles
8 articles
Page 1 of 1
Tencent Cloud Developer
Tencent Cloud Developer
Sep 8, 2020 · Backend Development

Implementing Autocomplete with MySQL, Redis, and Elasticsearch

The article explains autocomplete’s user‑friendly benefits and compares three backend approaches—simple MySQL LIKE queries, Redis sorted‑set range scans, and Elasticsearch’s completion suggester with FST indexing—highlighting their performance, scalability, and feature trade‑offs to help choose the best solution for a given dataset and latency requirement.

ElasticsearchSearchautocomplete
0 likes · 8 min read
Implementing Autocomplete with MySQL, Redis, and Elasticsearch
21CTO
21CTO
Oct 12, 2017 · Artificial Intelligence

How Advanced Autocomplete Algorithms Boost Search Experience

This article explains the principles, algorithms, and practical challenges of search autocomplete (query suggestion), covering popularity‑based models, time‑sensitive methods, user‑aware and context‑aware approaches, data pipelines, indexing, ranking, personalization, and evaluation techniques used in e‑commerce search systems.

autocompletee‑commerceinformation retrieval
0 likes · 15 min read
How Advanced Autocomplete Algorithms Boost Search Experience