mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
fix: update tantivy for fixing phrase match (#41450)
issue: #41454 https://github.com/zilliztech/tantivy/pull/8 fixes the problem, this PR update the tantivy. --------- Signed-off-by: SpadeA <tangchenjie1210@gmail.com>
This commit is contained in:
parent
5fd47c3c89
commit
f3d878ab3f
18
internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock
generated
vendored
18
internal/core/thirdparty/tantivy/tantivy-binding/Cargo.lock
generated
vendored
@ -3001,7 +3001,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "ownedbytes"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"stable_deref_trait",
|
||||
]
|
||||
@ -3819,7 +3819,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy"
|
||||
version = "0.23.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"arc-swap",
|
||||
@ -3910,7 +3910,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-bitpacker"
|
||||
version = "0.6.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"bitpacking 0.9.2",
|
||||
]
|
||||
@ -3933,7 +3933,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-columnar"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"downcast-rs",
|
||||
"fastdivide",
|
||||
@ -3960,7 +3960,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-common"
|
||||
version = "0.7.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"byteorder",
|
||||
@ -4003,7 +4003,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-query-grammar"
|
||||
version = "0.22.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"nom",
|
||||
]
|
||||
@ -4021,7 +4021,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-sstable"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"itertools 0.14.0",
|
||||
@ -4043,7 +4043,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-stacker"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"murmurhash32",
|
||||
"rand_distr",
|
||||
@ -4061,7 +4061,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "tantivy-tokenizer-api"
|
||||
version = "0.3.0"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#a85e23f79d1e7c96d2c3c8b5f5f0f0a3da50f402"
|
||||
source = "git+https://github.com/zilliztech/tantivy.git#68acb863341e8c814961f90f99c2d5c7a5463673"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user