doc
This commit is contained in:
parent
ea133d7d60
commit
3404c2f726
@ -5241,42 +5241,48 @@ fs.inotify.max_user_watches=32768
|
||||
target="_top">man page</a>. The Usage string follows:</p>
|
||||
<pre class="programlisting">
|
||||
recollq: usage:
|
||||
-P: Show the date span for all the documents present in the index
|
||||
-P: Show the date span for all the documents present in the index.
|
||||
[-o|-a|-f] [-q] <query string>
|
||||
Runs a recoll query and displays result lines.
|
||||
Default: will interpret the argument(s) as a xesam query string
|
||||
Default: will interpret the argument(s) as a xesam query string.
|
||||
Query elements:
|
||||
* Implicit AND, exclusion, field spec: t1 -t2 title:t3
|
||||
* OR has priority: t1 OR t2 t3 OR t4 means (t1 OR t2) AND (t3 OR t4)
|
||||
* Phrase: "t1 t2" (needs additional quoting on cmd line)
|
||||
-o Emulate the GUI simple search in ANY TERM mode
|
||||
-a Emulate the GUI simple search in ALL TERMS mode
|
||||
-f Emulate the GUI simple search in filename mode
|
||||
-q is just ignored (compatibility with the recoll GUI command line)
|
||||
-o Emulate the GUI simple search in ANY TERM mode.
|
||||
-a Emulate the GUI simple search in ALL TERMS mode.
|
||||
-f Emulate the GUI simple search in filename mode.
|
||||
-q is just ignored (compatibility with the recoll GUI command line).
|
||||
Common options:
|
||||
-c <configdir> : specify config directory, overriding $RECOLL_CONFDIR
|
||||
-d also dump file contents
|
||||
-c <configdir> : specify config directory, overriding $RECOLL_CONFDIR.
|
||||
-C : collapse duplicates
|
||||
-d also dump file contents.
|
||||
-n [first-]<cnt> define the result slice. The default value for [first]
|
||||
is 0. Without the option, the default max count is 2000.
|
||||
Use n=0 for no limit
|
||||
-b : basic. Just output urls, no mime types or titles
|
||||
-Q : no result lines, just the processed query and result count
|
||||
-m : dump the whole document meta[] array for each result
|
||||
-A : output the document abstracts
|
||||
-S fld : sort by field <fld>
|
||||
-D : sort descending
|
||||
-s stemlang : set stemming language to use (must exist in index...)
|
||||
Use -s "" to turn off stem expansion
|
||||
-T <synonyms file>: use the parameter (Thesaurus) for word expansion
|
||||
-i <dbdir> : additional index, several can be given
|
||||
-e use url encoding (%xx) for urls
|
||||
Use n=0 for no limit.
|
||||
-b : basic. Just output urls, no mime types or titles.
|
||||
-Q : no result lines, just the processed query and result count.
|
||||
-m : dump the whole document meta[] array for each result.
|
||||
-A : output the document abstracts.
|
||||
-p <cnt> : show <cnt> snippets, with page numbers instead of the concatenated abstract.
|
||||
-g <cnt> : show <cnt> snippets, with line numbers instead of the concatenated abstract.
|
||||
-S fld : sort by field <fld>.
|
||||
-D : sort descending.
|
||||
-s stemlang : set stemming language to use (must exist in index...).
|
||||
Use -s "" to turn off stem expansion.
|
||||
-T <synonyms file>: use the parameter (Thesaurus) for word expansion.
|
||||
-i <dbdir> : additional index, several can be given.
|
||||
-e use url encoding (%xx) for urls.
|
||||
-E use exact result count instead of lower bound estimate.
|
||||
-F <field name list> : output exactly these fields for each result.
|
||||
The field values are encoded in base64, output in one line and
|
||||
separated by one space character. This is the recommended format
|
||||
for use by other programs. Use a normal query with option -m to
|
||||
see the field names. Use -F '' to output all fields, but you probably
|
||||
also want option -N in this case
|
||||
-N : with -F, print the (plain text) field names before the field values
|
||||
also want option -N in this case.
|
||||
-N : with -F, print the (plain text) field names before the field values.
|
||||
--extract_to <filepath> : extract the first result to filepath, which must not exist.
|
||||
Use a -n option with an offset to select the appropriate result.
|
||||
</pre>
|
||||
<p>Sample execution:</p>
|
||||
<pre class="programlisting">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user