Skip to content

Commit

Permalink
enhance: make all index operation async scheduled by tokio (#37958)
Browse files Browse the repository at this point in the history
issue: #37851
related pr: milvus-io/tantivy#3
pr: #37946

Signed-off-by: chyezh <[email protected]>
  • Loading branch information
chyezh authored Nov 25, 2024
1 parent 3f8b90e commit 95a2ea6
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 10 deletions.
138 changes: 129 additions & 9 deletions internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tantivy = { git = "https://github.com/milvus-io/tantivy", tag = "0.21.1-fix2" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
tantivy = { git = "https://github.com/milvus-io/tantivy", tag = "0.21.1-fix3" } # we have make a private fix for milvus, should be removed in future after milvus fixing the bug.
futures = "0.3.21"
libc = "0.2"
scopeguard = "1.2"
Expand Down

0 comments on commit 95a2ea6

Please sign in to comment.