Child: [658a21] (diff)

Download this file

recollq.1    72 lines (70 with data), 1.3 kB

 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
59
60
61
62
63
64
65
66
67
68
69
70
71
.\" $Id: recollq.1,v 1.1 2007-11-13 10:07:35 dockes Exp $ (C) 2005 J.F.Dockes\$
.TH RECOLLQ 1 "13 November 2007"
.SH NAME
recollq \- command line / standard output Recoll query command.
.SH SYNOPSIS
.B recollq
[
.B -c
<configdir>
]
[
.B -b
]
[
.B -d
]
[
.B -n
<cnt>
]
[
.B -o
|
.B -l
|
.B -f
|
.B -a
]
<query string>
.SH DESCRIPTION
The
.B recollq
command will execute the Recoll query specified on the command line and
print the results to the standard output.
.PP
The
.B -c
option specifies the configuration directory name, overriding the
default or $RECOLL_CONFDIR.
.PP
The query string will be interpreted by default as a query language string.
If
.B -a
is specified, the query string will be interpreted as an
.I all words
simple search query. If
.B -o
is specified, the query string will be interpreted as an
.I any word
simple search query. If
.B -f
is specified, the query string will be interpreted as a
.I file name
simple search query.
.PP
.B -b
(basic) can be specified to only print the result urls in the output
stream.
.PP
.B -n
<cnt>
can be used to set the maximum number of results that should be printed.
.PP
If
.B -d
is set, the text for the result files contents will be dumped to stdout.
.SH SEE ALSO
.PP
recollindex(1) recollq(1) recoll.conf(5)