Skip to content

Commit 7cee369

Browse files
authored
Merge pull request #40 from quickwit-oss/add_engines
add tantivy versions 0.17, 0.18 and 0,19
2 parents 1e8a752 + 985601d commit 7cee369

File tree

23 files changed

+4790
-20
lines changed

23 files changed

+4790
-20
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ WIKI_SRC = "https://www.dropbox.com/s/wwnfnu441w1ec9p/wiki-articles.json.bz2"
55

66
COMMANDS ?= TOP_10 TOP_10_COUNT COUNT
77

8-
ENGINES ?= tantivy-0.16 lucene-8.10.1 pisa-0.8.2 bleve-0.8.0-scorch rucene-0.1
8+
# 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
9+
# ENGINES ?= tantivy-0.16 lucene-8.10.1 pisa-0.8.2 bleve-0.8.0-scorch rucene-0.1
10+
ENGINES ?= tantivy-0.16 tantivy-0.17 tantivy-0.18 tantivy-0.19
911
PORT ?= 8080
1012

1113
help:

engines/tantivy-0.16/Cargo.lock

Lines changed: 19 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engines/tantivy-0.16/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2018"
88
serde = "1.0"
99
serde_derive = "1.0"
1010
serde_json = "1.0"
11-
tantivy = {git = "https://github.com/quickwit-inc/tantivy.git", rev="737ecc7"}
11+
tantivy = "0.16"
1212
env_logger = "0.5"
1313
futures = "*"
1414

0 commit comments

Comments
 (0)