Skip to content

Commit

Permalink
use with tantivy
Browse files Browse the repository at this point in the history
  • Loading branch information
thlstsul committed Nov 19, 2023
1 parent cb52301 commit 36e1cd3
Show file tree
Hide file tree
Showing 13 changed files with 736 additions and 1,789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-18.04, windows-latest]
platform: [macos-latest, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.platform }}
steps:
Expand Down
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# word-index
该程序用于检索word文件,meilisearch提供检索能力,pandoc提供解析能力
该程序用于检索word文件,tantivy提供检索能力,pandoc提供解析能力

## Prepare
```
git submodule update
```

## Project setup
```
Expand Down
3 changes: 2 additions & 1 deletion src-tauri/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
# will have compiled files and executables
/target/
/bin/
/data/
WixTools
data.ms
word-index.db
word-index.log
meilisearch.log
meilisearch.log
Loading

0 comments on commit 36e1cd3

Please sign in to comment.