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

18 lines
447 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全文检索 验证Verification
## 自动化测试
| VER | 测试 | 证明 | 结果 |
| --- | --- | --- | --- |
| VER-3 | test_search_service.py | FR-9, TS-5 | 通过 |
## 手工验收清单
- [x] 创建文档后立即可被关键词命中
- [x] 删除文档后不再命中
- [x] 重建索引可用
## 结构性证据
| VER | 证据 | 证明 |
| --- | --- | --- |
| VER-12 | services/search_service.py | ADR-0004, FR-9 |