# DV-0005:全文检索 – 设计(Design) ## 上下文 `search_service.py`(Whoosh + `ChineseAnalyzer`/jieba)。 ## 接口设计 - GET /api/v1/search/documents - POST /api/v1/search/rebuild-index ## 索引结构 - `search_index` 本地目录;schema:project_id/path/title/content;`path` 用 `:` 唯一化。 ## 变更同步 - 文件读写路径调用 `search_service.update_doc/delete_document`(files.py 导入触发)。