1QUEST(1) User Commands QUEST(1)
2
3
4
6 quest - Xapian command line search tool
7
9 quest [OPTIONS] 'QUERY'
10
12 quest - Xapian command line search tool
13
14 NB: QUERY should be quoted to protect it from the shell.
15
17 -d, --db=DIRECTORY
18 database to search (multiple databases may be specified)
19
20 -m, --msize=MSIZE
21 maximum number of matches to return
22
23 -c, --check-at-least=HOWMANY
24 minimum number of matches to check
25
26 -s, --stemmer=LANG
27 set the stemming language, the default is 'english' (pass 'none'
28 to disable stemming)
29
30 -p, --prefix=PFX:TERMPFX
31 add a prefix
32
33 -b, --boolean-prefix=PFX:TERMPFX
34 add a boolean prefix
35
36 -f, --flags=FLAG1[,FLAG2]...
37 specify QueryParser flags. Valid flags: auto_multiword_syn‐
38 onyms, auto_synonyms, boolean, boolean_any_case, cjk_ngram, de‐
39 fault, lovehate, partial, phrase, pure_not, spelling_correction,
40 synonym, wildcard
41
42 -o, --default-op=OP
43 specify QueryParser default operator (default: or). Valid oper‐
44 ators: and, elite_set, max, near, or, phrase, synonym
45
46 -w, --weight=SCHEME
47 specify weighting scheme to use (default: bm25). Valid schemes:
48 bb2, bm25, bm25+, bool, coord, dlh, dph, ifb2, ineb2, inl2, lm,
49 pl2, pl2+, tfidf, trad
50
51 -h, --help
52 display this help and exit
53
54 -v, --version
55 output version information and exit
56
57
58
59xapian-core 1.4.18 January 2021 QUEST(1)