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

462 B
Raw Blame History

DV-0005全文检索 设计Design

上下文

search_service.pyWhoosh + ChineseAnalyzer/jieba

接口设计

  • GET /api/v1/search/documents
  • POST /api/v1/search/rebuild-index

索引结构

  • search_index 本地目录schemaproject_id/path/title/contentpath<project_id>:<path> 唯一化。

变更同步

  • 文件读写路径调用 search_service.update_doc/delete_documentfiles.py 导入触发)。