https://github.com/thlstsul/word-index
基于tantivy做word文档索引
https://github.com/thlstsul/word-index
doc docx index meilisearch pandoc search tantivy tauri word
Last synced: 4 months ago
JSON representation
基于tantivy做word文档索引
- Host: GitHub
- URL: https://github.com/thlstsul/word-index
- Owner: thlstsul
- License: apache-2.0
- Created: 2022-06-28T12:22:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-12T12:07:18.000Z (about 1 year ago)
- Last Synced: 2025-03-30T22:01:41.661Z (7 months ago)
- Topics: doc, docx, index, meilisearch, pandoc, search, tantivy, tauri, word
- Language: Rust
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# word-index
该程序用于检索word文件,tantivy提供检索能力,pandoc提供解析能力## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn tauri serve
```### Compiles and minifies for production
```
yarn tauri build
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).