1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH QUEST "1" "January 2017" "xapian-core 1.4.3" "User Commands"
.SH NAME
quest \- Xapian command line search tool
.SH SYNOPSIS
.B quest
[\fI\,OPTIONS\/\fR] \fI\,'QUERY'\/\fR
.SH DESCRIPTION
quest \- Xapian command line search tool
.PP
NB: QUERY should be quoted to protect it from the shell.
.SH OPTIONS
.TP
\fB\-d\fR, \fB\-\-db\fR=\fI\,DIRECTORY\/\fR
database to search (multiple databases may
be specified)
.TP
\fB\-m\fR, \fB\-\-msize\fR=\fI\,MSIZE\/\fR
maximum number of matches to return
.TP
\fB\-c\fR, \fB\-\-check\-at\-least\fR=\fI\,HOWMANY\/\fR
minimum number of matches to check
.TP
\fB\-s\fR, \fB\-\-stemmer\fR=\fI\,LANG\/\fR
set the stemming language, the default is
\&'english' (pass 'none' to disable stemming)
.TP
\fB\-p\fR, \fB\-\-prefix\fR=\fI\,PFX\/\fR:TERMPFX
add a prefix
.TP
\fB\-b\fR, \fB\-\-boolean\-prefix\fR=\fI\,PFX\/\fR:TERMPFX
add a boolean prefix
.TP
\fB\-f\fR, \fB\-\-flags\fR=\fI\,FLAG1[\/\fR,FLAG2]...
specify QueryParser flags. Valid flags:
auto_multiword_synonyms, auto_synonyms,
boolean, boolean_any_case, cjk_ngram,
default, lovehate, partial, phrase,
pure_not, spelling_correction, synonym,
wildcard
.TP
\fB\-o\fR, \fB\-\-default\-op\fR=\fI\,OP\/\fR
specify QueryParser default operator
(default: or). Valid operators:
and, elite_set, max, near, or, phrase,
synonym
.TP
\fB\-w\fR, \fB\-\-weight\fR=\fI\,SCHEME\/\fR
specify weighting scheme to use
(default: bm25). Valid schemes:
bb2, bm25, bm25+, bool, dlh, dph, ifb2,
ineb2, inl2, lm, pl2, pl2+, tfidf, trad
.TP
\fB\-h\fR, \fB\-\-help\fR
display this help and exit
.TP
\fB\-v\fR, \fB\-\-version\fR
output version information and exit
|