man: recollq update + user manual typo
This commit is contained in:
parent
80adb4c468
commit
7d30b7d553
@ -25,6 +25,9 @@ recollq \- command line / standard output Recoll query command.
|
|||||||
.B \-A
|
.B \-A
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
|
.B \-e
|
||||||
|
]
|
||||||
|
[
|
||||||
.B \-m
|
.B \-m
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
@ -32,6 +35,9 @@ recollq \- command line / standard output Recoll query command.
|
|||||||
<cnt>
|
<cnt>
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
|
.B \-Q
|
||||||
|
]
|
||||||
|
[
|
||||||
.B \-s
|
.B \-s
|
||||||
<stemming language>
|
<stemming language>
|
||||||
]
|
]
|
||||||
@ -46,6 +52,10 @@ recollq \- command line / standard output Recoll query command.
|
|||||||
.B \-i
|
.B \-i
|
||||||
<additional index directory>
|
<additional index directory>
|
||||||
]
|
]
|
||||||
|
[
|
||||||
|
.B \-F
|
||||||
|
<space separated field name list>
|
||||||
|
]
|
||||||
<query string>
|
<query string>
|
||||||
|
|
||||||
.B recollq \-P
|
.B recollq \-P
|
||||||
@ -54,15 +64,21 @@ recollq \- command line / standard output Recoll query command.
|
|||||||
The
|
The
|
||||||
.B recollq
|
.B recollq
|
||||||
command will execute the Recoll query specified on the command line and
|
command will execute the Recoll query specified on the command line and
|
||||||
print the results to the standard output.
|
print the results to the standard output. It is primarily designed for
|
||||||
|
diagnostics, or piping the data to some other program. The basic format and
|
||||||
|
its variations can be useful for command line querying. The -F option
|
||||||
|
should exclusively be used for using the output data in another program, as
|
||||||
|
it is the only one for which output is guaranteed to be fully parseable.
|
||||||
.PP
|
.PP
|
||||||
The
|
The
|
||||||
.B \-c
|
.B \-c
|
||||||
option specifies the configuration directory name, overriding the
|
option specifies the configuration directory name, overriding the
|
||||||
default or $RECOLL_CONFDIR.
|
default or $RECOLL_CONFDIR.
|
||||||
.PP
|
.PP
|
||||||
The query string will be interpreted by default as a query language string.
|
The query string is built by concatenating all arguments found at the end
|
||||||
If
|
of the command line (after the options). It will be interpreted by default
|
||||||
|
as a query language string. Quoting should be used as needed to escape
|
||||||
|
characters that might be interpreted by the shell (ie: wildcards).
|
||||||
.B \-a
|
.B \-a
|
||||||
is specified, the query string will be interpreted as an
|
is specified, the query string will be interpreted as an
|
||||||
.I all words
|
.I all words
|
||||||
@ -100,7 +116,8 @@ for descending order.
|
|||||||
.PP
|
.PP
|
||||||
.B \-n
|
.B \-n
|
||||||
<cnt>
|
<cnt>
|
||||||
can be used to set the maximum number of results that should be printed.
|
can be used to set the maximum number of results that should be
|
||||||
|
printed. The default is 2000. Use a value of 0 for no limit.
|
||||||
.PP
|
.PP
|
||||||
.B \-s
|
.B \-s
|
||||||
<language>
|
<language>
|
||||||
@ -111,6 +128,16 @@ stemming database (as set in the configuration or added with recollindex \-s).
|
|||||||
<extra dbdir>
|
<extra dbdir>
|
||||||
adds the specified Xapian index to the set used for the query. Can be
|
adds the specified Xapian index to the set used for the query. Can be
|
||||||
specified multiple times.
|
specified multiple times.
|
||||||
|
.PP
|
||||||
|
.B \-F
|
||||||
|
<space separated field list>
|
||||||
|
should be used for piping the data to another program. After 2 initial
|
||||||
|
lines showing the actual query and the estimated result counts, it will
|
||||||
|
print one line for each result document. Each line will have
|
||||||
|
exactly the fields requested on the command line. Fields are encoded in
|
||||||
|
base64 and separated by one space character. Empty fields are indicated by
|
||||||
|
consecutive space characters. There is one additional space character at
|
||||||
|
the end of each line.
|
||||||
.PP
|
.PP
|
||||||
.B recollq \-P
|
.B recollq \-P
|
||||||
(Period) will print the minimum and maximum modification years for
|
(Period) will print the minimum and maximum modification years for
|
||||||
|
|||||||
@ -2390,7 +2390,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r
|
|||||||
mime type.</para>
|
mime type.</para>
|
||||||
|
|
||||||
<para>The association of file types to filters is performed in
|
<para>The association of file types to filters is performed in
|
||||||
the <link linkend="rcl.install.config.mimemap">
|
the <link linkend="rcl.install.config.mimeconf">
|
||||||
<filename>mimeconf</filename> file</link>. A sample will probably be
|
<filename>mimeconf</filename> file</link>. A sample will probably be
|
||||||
of better help than a long explanation:</para>
|
of better help than a long explanation:</para>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user