Skip to content

Commit

Permalink
update tantivy (#4745)
Browse files Browse the repository at this point in the history
* update tantivy

* fix flaky test
  • Loading branch information
PSeitz authored Mar 16, 2024
1 parent c7bffd6 commit 33920d6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 14 deletions.
27 changes: 17 additions & 10 deletions quickwit/Cargo.lock

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

2 changes: 1 addition & 1 deletion quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "ec37295", default-features = false, features = [
tantivy = { git = "https://github.com/quickwit-oss/tantivy/", rev = "67ebba3", default-features = false, features = [
"lz4-compression",
"mmap",
"quickwit",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ expected:
key: 192.168.0.1
- doc_count: 1
key: 192.168.0.11
- doc_count: 1
key: 192.168.0.15
doc_count_error_upper_bound: 0
sum_other_doc_count: 0
tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ ndjson:
- {"name": "Fritz", "response": 30, "id": 0}
- {"name": "Holger", "response": 30, "id": 4, "date": "2015-02-06T00:00:00Z", "host": "192.168.0.10"}
- {"name": "Werner", "response": 20, "id": 5, "date": "2015-01-02T00:00:00Z", "host": "192.168.0.10"}
- {"name": "Bernhard", "response": 130, "id": 14, "date": "2015-02-16T00:00:00Z", "host": "192.168.0.15"}
- {"name": "Bernhard", "response": 130, "id": 14, "date": "2015-02-16T00:00:00Z"}

0 comments on commit 33920d6

Please sign in to comment.