From 7c444b33f830160f0728ded25afa5a5639516be1 Mon Sep 17 00:00:00 2001 From: PSeitz Date: Thu, 14 Mar 2024 10:45:12 +0100 Subject: [PATCH] update tantivy (#4732) --- quickwit/Cargo.lock | 18 +++++++++--------- quickwit/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index dcb76b75023..31c960607fc 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -4611,7 +4611,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "ownedbytes" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "stable_deref_trait", ] @@ -7962,7 +7962,7 @@ dependencies = [ [[package]] name = "tantivy" version = "0.22.0-dev" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "aho-corasick", "arc-swap", @@ -8015,7 +8015,7 @@ dependencies = [ [[package]] name = "tantivy-bitpacker" version = "0.5.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "bitpacking", ] @@ -8023,7 +8023,7 @@ dependencies = [ [[package]] name = "tantivy-columnar" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "fastdivide", "itertools 0.12.1", @@ -8037,7 +8037,7 @@ dependencies = [ [[package]] name = "tantivy-common" version = "0.6.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "async-trait", "byteorder", @@ -8060,7 +8060,7 @@ dependencies = [ [[package]] name = "tantivy-query-grammar" version = "0.21.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "nom", ] @@ -8068,7 +8068,7 @@ dependencies = [ [[package]] name = "tantivy-sstable" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "tantivy-bitpacker", "tantivy-common", @@ -8079,7 +8079,7 @@ dependencies = [ [[package]] name = "tantivy-stacker" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "murmurhash32", "rand_distr", @@ -8089,7 +8089,7 @@ dependencies = [ [[package]] name = "tantivy-tokenizer-api" version = "0.2.0" -source = "git+https://github.com/quickwit-oss/tantivy/?rev=f6b0cc1#f6b0cc1aab50d13ad3e6b2d094a82e53d8060e11" +source = "git+https://github.com/quickwit-oss/tantivy/?rev=ec37295#ec37295b2ff42aeabb8ae84d2fbdbee03fc95273" dependencies = [ "serde", ] diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 5c2879cc0ec..2772583ec18 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -322,7 +322,7 @@ quickwit-serve = { path = "quickwit-serve" } quickwit-storage = { path = "quickwit-storage" } quickwit-telemetry = { path = "quickwit-telemetry" } -tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "f6b0cc1", default-features = false, features = [ +tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "ec37295", default-features = false, features = [ "lz4-compression", "mmap", "quickwit",