An open API service indexing awesome lists of open source software.

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文档索引

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/).