# search-engine **Repository Path**: xyul/search-engine ## Basic Information - **Project Name**: search-engine - **Description**: 搜索引擎项目 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-01 - **Last Updated**: 2024-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # search-engine ## 概述 该搜索引擎是一个功能强大的软件系统,旨在帮助用户快速准确地搜索并获取相关的信息。它包含了创建离线字典库和索引库等核心功能,并提供了便捷的在线搜索功能。 #### 软件架构 Reactor、ThreadPool、MySQL、Redis ## 安装 *search-engine* 使用 [CMAKE](https://cmake.org/) 构建。 ```shell git clone https://gitee.com/xyul/search-engine.git cd search-engine mkdir build cd build cmake .. make offline1 offlin2 online client cd ../bin ./offline1 ./offline2 ./online ./client ```