Tagged articles

hot search

7 articles · Page 1 of 1
Model Perspective
Model Perspective
Aug 1, 2026 · Industry Insights

Why Dong Yuhui’s ‘500 Viewings of A Chinese Odyssey’ Sparked a Hot Search

The article analyzes why Dong Yuhui’s statement about watching ‘A Chinese Odyssey’ 500 times became a hot search, using a three‑factor model (cognitive threshold, opinion variance, emotional arousal) to explain how trivial topics gain high participation and dominate limited attention slots on recommendation systems.

attention modelbikesheddinghot search
0 likes · 8 min read
Why Dong Yuhui’s ‘500 Viewings of A Chinese Odyssey’ Sparked a Hot Search
Architect's Guide
Architect's Guide
Jan 18, 2024 · Backend Development

Spring Boot Integration with Redis for Search History, Hot Search, and Sensitive Word Filtering

This article demonstrates how to integrate Spring Boot with Redis to implement personal search‑history storage, a hot‑search ranking feature, and a DFA‑based sensitive‑word filtering mechanism, providing complete Maven dependencies, configuration, utility classes, service logic, and controller endpoints.

Sensitive Word Filterhot searchspring-boot
0 likes · 18 min read
Spring Boot Integration with Redis for Search History, Hot Search, and Sensitive Word Filtering
Selected Java Interview Questions
Selected Java Interview Questions
May 15, 2023 · Backend Development

Spring Boot Integration with Redis for Search History, Hot Search, and Sensitive Word Filtering

This guide demonstrates how to integrate Spring Boot with Redis to implement personal search history, hot search ranking, and sensitive word filtering using a DFA algorithm, including Maven dependencies, YAML configuration, utility classes, service implementations, and controller endpoints with full Java code examples.

DFA AlgorithmJavaRedis
0 likes · 19 min read
Spring Boot Integration with Redis for Search History, Hot Search, and Sensitive Word Filtering
Programmer DD
Programmer DD
May 12, 2022 · Backend Development

Build a Simple Hot Search Feature with Java, Redis, and Sensitive Word Filtering

This guide demonstrates how to implement a simple hot‑search feature and personal search‑history management using Java and Redis, covering ZSet‑based ranking, timestamp handling, and a DFA‑based sensitive‑word filter with Spring‑Boot configuration and reusable service methods.

JavaRedisSensitive Word Filter
0 likes · 16 min read
Build a Simple Hot Search Feature with Java, Redis, and Sensitive Word Filtering
Top Architect
Top Architect
Apr 19, 2022 · Backend Development

Implementing a Simple Hot Search Feature with User Search History and Sensitive Word Filtering Using Java and Redis

This article demonstrates how to build a simple hot‑search functionality with user search history, hot‑keyword ranking, and profanity filtering in a Spring Boot application using Java, Redis ZSet operations, and a DFA‑based sensitive‑word filter, providing complete controller and service code examples.

JavaRedisSensitive Word Filter
0 likes · 17 min read
Implementing a Simple Hot Search Feature with User Search History and Sensitive Word Filtering Using Java and Redis