This commit is contained in:
Jean-Francois Dockes 2018-12-01 11:10:40 +01:00
parent 9578f8e98a
commit c658d4265b
2 changed files with 104 additions and 113 deletions

View File

@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="docbook-xsl.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="description" content=
"Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.24.">
"Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license can be found at the following location: GNU web site. This document introduces full text search notions and describes the installation and use of the Recoll application. This version describes Recoll 1.25.">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@ -53,7 +53,7 @@ alink="#0000FF">
and describes the installation and use of the
<span class="application">Recoll</span> application.
This version describes <span class=
"application">Recoll</span> 1.24.</p>
"application">Recoll</span> 1.25.</p>
</div>
</div>
</div>
@ -436,7 +436,7 @@ alink="#0000FF">
<p>This document introduces full text search notions and
describes the installation and use of the <span class=
"application">Recoll</span> application. It is updated for
<span class="application">Recoll</span> 1.24.</p>
<span class="application">Recoll</span> 1.25.</p>
<p><span class="application">Recoll</span> was for a long
time dedicated to Unix-like systems. It was only lately
(2015) ported to <span class="application">MS-Windows</span>.
@ -2338,26 +2338,26 @@ alink="#0000FF">
directives, this will look for documents containing all
of the search terms (the ones with more terms will get
better scores), just like the <span class="guilabel">All
terms</span> mode which will ignore such directives.
<span class="guilabel">Any term</span> will search for
documents where at least one of the terms appear.</p>
terms</span> mode. <span class="guilabel">Any term</span>
will search for documents where at least one of the terms
appear.</p>
<p>The <span class="guilabel">Query Language</span>
features are described in <a class="link" href=
"#RCL.SEARCH.LANG" title="3.6.&nbsp;The query language">a
separate section</a>.</p>
<p>All search modes allow wildcards inside terms
(<code class="literal">*</code>, <code class=
"literal">?</code>, <code class="literal">[]</code>). You
may want to have a look at the <a class="link" href=
<p>All search modes allow terms to be expanded with
wildcards characters (<code class="literal">*</code>,
<code class="literal">?</code>, <code class=
"literal">[]</code>). See the <a class="link" href=
"#RCL.SEARCH.WILDCARDS" title=
"3.8.1.&nbsp;More about wildcards">section about
wildcards</a> for more information about this.</p>
<p><span class="guilabel">File name</span> will
specifically look for file names. The point of having a
separate file name search is that wild card expansion can
be performed more efficiently on a small subset of the
index (allowing wild cards on the left of terms without
excessive penality). Things to know:</p>
wildcards</a> for more details.</p>
<p>The <span class="guilabel">File name</span> search
mode will specifically look for file names. The point of
having a separate file name search is that wild card
expansion can be performed more efficiently on a small
subset of the index (allowing wild cards on the left of
terms without excessive penality). Things to know:</p>
<div class="itemizedlist">
<ul class="itemizedlist" style=
"list-style-type: disc;">
@ -2386,16 +2386,19 @@ alink="#0000FF">
</li>
</ul>
</div>
<p>You can search for exact phrases (adjacent words in a
given order) by enclosing the input inside double quotes.
Ex: <code class="literal">"virtual reality"</code>.</p>
<p>When using a stripped index, character case has no
influence on search, except that you can disable stem
expansion for any term by capitalizing it. Ie: a search
for <code class="literal">floor</code> will also normally
look for <code class="literal">flooring</code>,
<code class="literal">floored</code>, etc., but a search
for <code class="literal">Floor</code> will only look for
<p>In all modes except <span class="guilabel">File
name</span>, you can search for exact phrases (adjacent
words in a given order) by enclosing the input inside
double quotes. Ex: <code class="literal">"virtual
reality"</code>.</p>
<p>When using a stripped index (the default), character
case has no influence on search, except that you can
disable stem expansion for any term by capitalizing it.
Ie: a search for <code class="literal">floor</code> will
also normally look for <code class=
"literal">flooring</code>, <code class=
"literal">floored</code>, etc., but a search for
<code class="literal">Floor</code> will only look for
<code class="literal">floor</code>, in any character
case. Stemming can also be disabled globally in the
preferences. When using a raw index, <a class="link"
@ -2403,17 +2406,17 @@ alink="#0000FF">
"3.7.&nbsp;Search case and diacritics sensitivity">the
rules are a bit more complicated</a>.</p>
<p><span class="application">Recoll</span> remembers the
last few searches that you performed. You can use the
simple search text entry widget (a combobox) to recall
them (click on the thing at the right of the text field).
Please note, however, that only the search texts are
remembered, not the mode (all/any/file name).</p>
<p>Typing <span class=
"keycap"><strong>Esc</strong></span> <span class=
"keycap"><strong>Space</strong></span> while entering a
word in the simple search entry will open a window with
possible completions for the word. The completions are
extracted from the database.</p>
last few searches that you performed. You can directly
access the search history by clicking the clock button on
the right of the search entry, while the latter is empty.
Otherwise, the history is used for entry completion (see
next). Only the search texts are remembered, not the mode
(all/any/file name).</p>
<p>While text is entered in the search area, <span class=
"command"><strong>recoll</strong></span> will display
possible completions, filtered from the history and the
index search terms. This can be disabled with a GUI
Preferences option.</p>
<p>Double-clicking on a word in the result list or a
preview window will insert it into the simple search
entry field.</p>
@ -3802,18 +3805,12 @@ alink="#0000FF">
</li>
<li class="listitem">
<p><span class="guilabel">Choose editor
applicationsr</span>: this opens a dialog which
application</span>: this opens a dialog which
allows you to select the application to be used to
open each MIME type. The default is nornally to use
the <span class=
open each MIME type. The default is to use the
<span class=
"command"><strong>xdg-open</strong></span> utility,
but you can override it.</p>
</li>
<li class="listitem">
<p><span class="guilabel">Exceptions</span>: even
wen <span class=
"command"><strong>xdg-open</strong></span> is used
by default for opening documents, you can set
but you can use this dialog to override it, setting
exceptions for MIME types that will still be opened
according to <span class=
"application">Recoll</span> preferences. This is
@ -3824,6 +3821,14 @@ alink="#0000FF">
"command"><strong>xdg-open</strong></span> which
only supports passing one parameter.</p>
</li>
<li class="listitem">
<p><span class="guilabel">Disable Qt autocompletion
in search entry</span>: this will disable the
completion popup. Il will only appear, and display
the full history, either if you enter only white
space in the search area, or if you click the clock
button on the right of the area.</p>
</li>
<li class="listitem">
<p><span class="guilabel">Document filter choice
style</span>: this will let you choose if the
@ -3838,15 +3843,6 @@ alink="#0000FF">
Language</code>, or the value in use when the
program last exited.</p>
</li>
<li class="listitem">
<p><span class="guilabel">Auto-start simple search
on white space entry</span>: if this is checked, a
search will be executed each time you enter a space
in the simple search input field. This lets you
look at the result list as you enter new terms.
This is off by default, you may like it or
not...</p>
</li>
<li class="listitem">
<p><span class="guilabel">Start with advanced
search dialog open</span> : If you use this dialog

View File

@ -5,7 +5,7 @@
<!ENTITY RCL "<application>Recoll</application>">
<!ENTITY RCLAPPS "<ulink url='http://www.recoll.org/features.html#doctypes'>http://www.recoll.org/features.html</ulink>">
<!ENTITY RCLVERSION "1.24">
<!ENTITY RCLVERSION "1.25">
<!ENTITY XAP "<application>Xapian</application>">
<!ENTITY WIN "<application>Windows</application>">
<!ENTITY FAQS "https://www.lesbonscomptes.com/recoll/faqsandhowtos/">
@ -1614,26 +1614,24 @@
language</guilabel>. Without special directives, this will look for
documents containing all of the search terms (the ones with more
terms will get better scores), just like the <guilabel>All
terms</guilabel> mode which will ignore such
directives. <guilabel>Any term</guilabel> will search for documents
where at least one of the terms appear. </para>
terms</guilabel> mode. <guilabel>Any term</guilabel> will search
for documents where at least one of the terms appear.</para>
<para>The <guilabel>Query Language</guilabel> features are
described in <link linkend="RCL.SEARCH.LANG">a separate
section</link>.</para>
<para>All search modes allow wildcards inside terms
(<literal>*</literal>, <literal>?</literal>,
<literal>[]</literal>). You may want to have a look at the
<link linkend="RCL.SEARCH.WILDCARDS">section about wildcards</link>
for more information about this.</para>
<para>All search modes allow terms to be expanded with wildcards
characters (<literal>*</literal>, <literal>?</literal>,
<literal>[]</literal>). See the <link
linkend="RCL.SEARCH.WILDCARDS">section about wildcards</link> for
more details.</para>
<para><guilabel>File name</guilabel> will specifically look for file
names. The point of having a separate file name
search is that wild card expansion can be performed more
efficiently on a small subset of the index (allowing
wild cards on the left of terms without excessive penality).
Things to know:
<para>The <guilabel>File name</guilabel> search mode will
specifically look for file names. The point of having a separate
file name search is that wild card expansion can be performed more
efficiently on a small subset of the index (allowing wild cards on
the left of terms without excessive penality). Things to know:
<itemizedlist>
<listitem><para>White space in the entry should match white
space in the file name, and is not treated specially.</para>
@ -1655,31 +1653,33 @@
</itemizedlist>
</para>
<para>You can search for exact phrases (adjacent words in a
given order) by enclosing the input inside double quotes. Ex:
<literal>"virtual reality"</literal>.</para>
<para>In all modes except <guilabel>File name</guilabel>, you can
search for exact phrases (adjacent words in a given order) by
enclosing the input inside double quotes. Ex: <literal>"virtual
reality"</literal>.</para>
<para>When using a stripped index, character case has no influence on
search, except that you can disable stem expansion for any term by
capitalizing it. Ie: a search for <literal>floor</literal> will also
normally look for <literal>flooring</literal>,
<literal>floored</literal>, etc., but a search for
<literal>Floor</literal> will only look for <literal>floor</literal>,
in any character case. Stemming can also be disabled globally in the
preferences. When using a raw index, <link
linkend="RCL.SEARCH.CASEDIAC">the rules are a bit more
<para>When using a stripped index (the default), character case has
no influence on search, except that you can disable stem expansion
for any term by capitalizing it. Ie: a search for
<literal>floor</literal> will also normally look for
<literal>flooring</literal>, <literal>floored</literal>, etc., but
a search for <literal>Floor</literal> will only look for
<literal>floor</literal>, in any character case. Stemming can also
be disabled globally in the preferences. When using a raw index,
<link linkend="RCL.SEARCH.CASEDIAC">the rules are a bit more
complicated</link>.</para>
<para>&RCL; remembers the last few searches that you
performed. You can use the simple search text entry widget (a
combobox) to recall them (click on the thing at the right of the
text field). Please note, however, that only the search texts
are remembered, not the mode (all/any/file name).</para>
<para>&RCL; remembers the last few searches that you performed. You
can directly access the search history by clicking the clock button
on the right of the search entry, while the latter is
empty. Otherwise, the history is used for entry completion (see
next). Only the search texts are remembered, not the mode
(all/any/file name).</para>
<para>Typing <keycap>Esc</keycap> <keycap>Space</keycap> while
entering a word in the simple search entry will open a window
with possible completions for the word. The completions are
extracted from the database.</para>
<para>While text is entered in the search area,
<command>recoll</command> will display possible completions,
filtered from the history and the index search terms. This can be
disabled with a GUI Preferences option.</para>
<para>Double-clicking on a word in the result list or a preview
window will insert it into the simple search entry field.</para>
@ -2861,21 +2861,23 @@
</listitem>
<listitem><para><guilabel>Choose editor
applicationsr</guilabel>: this opens a dialog which allows you
application</guilabel>: this opens a dialog which allows you
to select the application to be used to open each MIME
type. The default is nornally to use the
<command>xdg-open</command> utility, but you can override it.</para>
type. The default is to use the <command>xdg-open</command>
utility, but you can use this dialog to override it, setting
exceptions for MIME types that will still be opened according
to &RCL; preferences. This is useful for passing parameters
like page numbers or search strings to applications that
support them (e.g. <application>evince</application>). This
cannot be done with <command>xdg-open</command> which only
supports passing one parameter.</para>
</listitem>
<listitem><para><guilabel>Exceptions</guilabel>: even wen
<command>xdg-open</command> is used by default for opening
documents, you can set exceptions for MIME types that will
still be opened according to &RCL; preferences. This is useful
for passing parameters like page numbers or search strings to
applications that support them
(e.g. <application>evince</application>). This cannot be done
with <command>xdg-open</command> which only supports passing
one parameter.</para>
<listitem><para><guilabel>Disable Qt autocompletion in search
entry</guilabel>: this will disable the completion popup. Il
will only appear, and display the full history, either if you
enter only white space in the search area, or if you click
the clock button on the right of the area.</para>
</listitem>
<listitem><para><guilabel>Document filter choice
@ -2890,13 +2892,6 @@
(e.g. <literal>Query Language</literal>, or the value in use
when the program last exited.</para></listitem>
<listitem><para><guilabel>Auto-start simple search on white
space entry</guilabel>: if this is checked, a search will be
executed each time you enter a space in the simple search input
field. This lets you look at the result list as you enter new
terms. This is off by default, you may like it or not...</para>
</listitem>
<listitem><para><guilabel>Start with advanced search dialog open
</guilabel>: If you use this dialog frequently, checking
the entries will get it to open when recoll starts.</para>