1QUEST(1)                         User Commands                        QUEST(1)
2
3
4

NAME

6       quest - Xapian command line search tool
7

SYNOPSIS

9       quest [OPTIONS] 'QUERY'
10

DESCRIPTION

12       quest - Xapian command line search tool
13
14       NB: QUERY should be quoted to protect it from the shell.
15

OPTIONS

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,
39              default, lovehate, partial, phrase,  pure_not,  spelling_correc‐
40              tion, 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.13               October 2019                         QUEST(1)
Impressum