.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH QUEST "1" "March 2019" "xapian-core 1.4.11" "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, coord, 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