|
a/src/doc/man/recoll.1 |
|
b/src/doc/man/recoll.1 |
1 |
.\" $Id: recoll.1,v 1.2 2006-09-08 09:02:47 dockes Exp $ (C) 2005 J.F.Dockes\$
|
1 |
.\" $Id: recoll.1,v 1.3 2007-11-13 18:42:18 dockes Exp $ (C) 2005 J.F.Dockes\$
|
2 |
.TH RECOLL 1 "8 January 2006"
|
2 |
.TH RECOLL 1 "8 January 2006"
|
3 |
.SH NAME
|
3 |
.SH NAME
|
4 |
recoll \- user interface for the Recoll full text search system
|
4 |
recoll \- user interface for the Recoll full text search system
|
5 |
.SH SYNOPSIS
|
5 |
.SH SYNOPSIS
|
6 |
.B recoll
|
6 |
.B recoll
|
7 |
[
|
7 |
[
|
8 |
.B -c
|
8 |
.B -c
|
9 |
<configdir>
|
9 |
<configdir>
|
|
|
10 |
]
|
|
|
11 |
[
|
|
|
12 |
.B -o
|
|
|
13 |
|
|
|
|
14 |
.B -l
|
|
|
15 |
|
|
|
|
16 |
.B -f
|
|
|
17 |
|
|
|
|
18 |
.B -a
|
|
|
19 |
]
|
|
|
20 |
[
|
|
|
21 |
.B -t
|
|
|
22 |
]
|
|
|
23 |
[
|
|
|
24 |
.B -q
|
|
|
25 |
<query>
|
10 |
]
|
26 |
]
|
11 |
.SH DESCRIPTION
|
27 |
.SH DESCRIPTION
|
12 |
The
|
28 |
The
|
13 |
.B recoll
|
29 |
.B recoll
|
14 |
command will start the graphical user interface for querying the
|
30 |
command will start the graphical user interface for querying the
|
|
... |
|
... |
23 |
The
|
39 |
The
|
24 |
.B -c
|
40 |
.B -c
|
25 |
option specifies the configuration directory name, overriding the
|
41 |
option specifies the configuration directory name, overriding the
|
26 |
default or $RECOLL_CONFDIR.
|
42 |
default or $RECOLL_CONFDIR.
|
27 |
.PP
|
43 |
.PP
|
|
|
44 |
The
|
|
|
45 |
.B -q
|
|
|
46 |
option can be used to specify an initial query on the command line. This
|
|
|
47 |
query will be interpreted by default as a query language string.
|
|
|
48 |
If
|
|
|
49 |
.B -a
|
|
|
50 |
is specified, the query string will be interpreted as an
|
|
|
51 |
.I all words
|
|
|
52 |
simple search query. If
|
|
|
53 |
.B -o
|
|
|
54 |
is specified, the query string will be interpreted as an
|
|
|
55 |
.I any word
|
|
|
56 |
simple search query. If
|
|
|
57 |
.B -f
|
|
|
58 |
is specified, the query string will be interpreted as a
|
|
|
59 |
.I file name
|
|
|
60 |
simple search query. If
|
|
|
61 |
.B -l
|
|
|
62 |
is specified, the query string will be interpreted as a
|
|
|
63 |
.I query language
|
|
|
64 |
simple search query.
|
|
|
65 |
.PP
|
|
|
66 |
If
|
|
|
67 |
.B -t
|
|
|
68 |
is specified, the Graphical User Interface will not be started, and results
|
|
|
69 |
will be printed to the standard output. Additional options understood by
|
|
|
70 |
the
|
|
|
71 |
.B recollq
|
|
|
72 |
command may be specified in this case. These can control the output format
|
|
|
73 |
and the maximum number of results to be printed.
|
|
|
74 |
.PP
|
28 |
Please refer to online help for a full description.
|
75 |
Please refer to online help for a full description.
|
29 |
.SH SEE ALSO
|
76 |
.SH SEE ALSO
|
30 |
.PP
|
77 |
.PP
|
31 |
recollindex(1) recoll.conf(5)
|
78 |
recollindex(1) recollq(1) recoll.conf(5)
|