nex_docus/docs/sdd/specs/DV-0005-fulltext-search/design.md

16 lines
462 B
Markdown
Raw Permalink Normal View History

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