Skip to content

Commit

Permalink
add tantivy versions 0.17, 0.18 and 0,19
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Dec 28, 2022
1 parent 1e8a752 commit 985601d
Show file tree
Hide file tree
Showing 23 changed files with 4,790 additions and 20 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ WIKI_SRC = "https://www.dropbox.com/s/wwnfnu441w1ec9p/wiki-articles.json.bz2"

COMMANDS ?= TOP_10 TOP_10_COUNT COUNT

ENGINES ?= tantivy-0.16 lucene-8.10.1 pisa-0.8.2 bleve-0.8.0-scorch rucene-0.1
# ENGINES ?= tantivy-0.13 lucene-8.4.0 pisa-0.8.2 rucene-0.1 bleve-0.8.0-scorch rucene-0.1 tantivy-0.11 tantivy-0.14 tantivy-0.15 tantivy-0.16 tantivy-0.17 tantivy-0.18 tantivy-0.19
# ENGINES ?= tantivy-0.16 lucene-8.10.1 pisa-0.8.2 bleve-0.8.0-scorch rucene-0.1
ENGINES ?= tantivy-0.16 tantivy-0.17 tantivy-0.18 tantivy-0.19
PORT ?= 8080

help:
Expand Down
35 changes: 19 additions & 16 deletions engines/tantivy-0.16/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 engines/tantivy-0.16/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
tantivy = {git = "https://github.com/quickwit-inc/tantivy.git", rev="737ecc7"}
tantivy = "0.16"
env_logger = "0.5"
futures = "*"

Expand Down
Loading

0 comments on commit 985601d

Please sign in to comment.