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 -s, --stemmer=LANG
24 set the stemming language, the default is 'english' (pass 'none'
25 to disable stemming)
26
27 -p, --prefix=PFX:TERMPFX
28 Add a prefix
29
30 -b, --boolean-prefix=PFX:TERMPFX
31 Add a boolean prefix
32
33 -h, --help
34 display this help and exit
35
36 -v, --version
37 output version information and exit
38
39
40
41xapian-core 1.2.7 August 2011 QUEST(1)