# 本地文本搜索引擎 **Repository Path**: foreverofprogrammer/hose-search-engine ## Basic Information - **Project Name**: 本地文本搜索引擎 - **Description**: 基于Python3开发的搜索引擎 - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-11-08 - **Last Updated**: 2025-06-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 本地文本搜索引擎 #### 介绍 基于Python3开发的搜索引擎 #### 安装教程 1. 通过Python3.7启动hose后端,命令如:python manage.py runserver 127.0.0.1:808。由于前端请求的是808端口,所以后端也需要启动808端口,有需要可以自行修改 2. 用浏览器访问code-mgr目录下的index.html,可以添加索引(添加进度可通过控制台查看) 3. 用浏览器访问code-fed目录下的index.html,可以搜索索引 #### 使用说明 目前暂无删除索引功能