Added -i option to recollq to specify extra indexes
This commit is contained in:
parent
4b08502de7
commit
e460844c86
@ -31,6 +31,10 @@ recollq \- command line / standard output Recoll query command.
|
|||||||
.B -s
|
.B -s
|
||||||
<stemming language>
|
<stemming language>
|
||||||
]
|
]
|
||||||
|
[
|
||||||
|
.B -i
|
||||||
|
<additional index directory>
|
||||||
|
]
|
||||||
<query string>
|
<query string>
|
||||||
|
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
@ -70,10 +74,16 @@ can be used to set the maximum number of results that should be printed.
|
|||||||
If
|
If
|
||||||
.B -d
|
.B -d
|
||||||
is set, the text for the result files contents will be dumped to stdout.
|
is set, the text for the result files contents will be dumped to stdout.
|
||||||
|
.PP
|
||||||
.B -s
|
.B -s
|
||||||
<language>
|
<language>
|
||||||
selects the word stemming language. The value should match an existing
|
selects the word stemming language. The value should match an existing
|
||||||
stemming database (as set in the configuration or added with recollindex -s).
|
stemming database (as set in the configuration or added with recollindex -s).
|
||||||
|
.PP
|
||||||
|
.B -i
|
||||||
|
<extra dbdir>
|
||||||
|
adds the specified Xapian index to the set used for the query. Can be
|
||||||
|
specified multiple times.
|
||||||
|
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user