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

16 lines
462 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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 导入触发)。