docs.rs failed to build dowse-0.8.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dowse-0.8.2
dowse
Windows 本地文件极速全文搜索的命令行工具,基于 tantivy + jieba 中文分词。同时可作为 MCP 服务,供 AI 客户端调用本地搜索能力。
⚙️ 平台:主要面向 Windows(NTFS/USN 快速索引、OCR 均为 Windows 专属能力)。 其他平台可编译安装,核心全文检索仍可用,但上述加速/OCR 功能会自动降级停用。 需要 Rust 1.85+(edition 2024)。
安装
用法
# 建索引(全量)
# 搜索
# 查看索引概况:位置、文档数、落盘体积、已注册根、最近更新时间
# 前台监听文件变更、实时增量更新(调试用),Ctrl+C 退出
# 作为只读 MCP 服务对接 AI 客户端,例:
# claude mcp add dowse -- dowse mcp
功能
- 中文分词全文检索(jieba + tantivy,BM25 相关性排序)
- 多词 AND、引号短语、扩展名过滤、多种排序
- 自动编码探测(GBK / UTF-8 等)
- PDF / Office / 纯文本内容抽取
- 增量索引 + 文件变更实时监听
- NTFS/USN 快速索引与图片 OCR(Windows)
- 作为 MCP 服务对接 AI 客户端
License
MIT OR Apache-2.0