We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d9720 commit 0d3d585Copy full SHA for 0d3d585
1 file changed
Makefile
@@ -5,11 +5,14 @@ WIKI_SRC = "https://www.dropbox.com/s/wwnfnu441w1ec9p/wiki-articles.json.bz2"
5
6
COMMANDS ?= TOP_10 TOP_10_COUNT COUNT
7
8
-ENGINES ?= tantivy-0.16 lucene-8.11.4 pisa-0.8.2
+ENGINES ?= tantivy-0.16 lucene-8.10.1 pisa-0.8.2
9
# bleve-0.8.0-scorch
10
# ENGINES ?= tantivy-0.13 lucene-8.4.0 rucene-0.1 bleve-0.8.0-scorch tantivy-0.11
11
PORT ?= 8080
12
13
+help:
14
+ @grep '^[^#[:space:]].*:' Makefile
15
+
16
all: index
17
18
corpus:
0 commit comments