Tag

Hot Search

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 4, 2024 · Frontend Development

Frontend Development: Building a Vue2 Hot‑Search Component with Element UI and Axios

This tutorial walks through setting up a Vue2 front‑end environment, installing Node.js, Vue‑CLI, Element UI, and Axios, then creates a reusable hot‑search board component, integrates it into the main app, and even shows a Java‑based Zhihu crawler for data collection.

AxiosElement UIHot Search
0 likes · 19 min read
Frontend Development: Building a Vue2 Hot‑Search Component with Element UI and Axios
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.

Hot SearchJavaRedis
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 AlgorithmHot SearchJava
0 likes · 19 min read
Spring Boot Integration with Redis for Search History, Hot Search, 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.

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