1.12 manual
This commit is contained in:
parent
1a0b494413
commit
0787c7001d
@ -1,5 +1,6 @@
|
|||||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||||
<!ENTITY RCL "<application>Recoll</application>">
|
<!ENTITY RCL "<application>Recoll</application>">
|
||||||
|
<!ENTITY RCLVERSION "1.12">
|
||||||
<!ENTITY XAP "<application>Xapian</application>">
|
<!ENTITY XAP "<application>Xapian</application>">
|
||||||
|
|
||||||
]>
|
]>
|
||||||
@ -29,7 +30,7 @@
|
|||||||
<abstract>
|
<abstract>
|
||||||
<para>This document introduces full text search notions
|
<para>This document introduces full text search notions
|
||||||
and describes the installation and use of the &RCL;
|
and describes the installation and use of the &RCL;
|
||||||
application. It currently describes &RCL; 1.10.</para>
|
application. It currently describes &RCL; &RCLVERSION;.</para>
|
||||||
</abstract>
|
</abstract>
|
||||||
|
|
||||||
|
|
||||||
@ -421,11 +422,11 @@ recoll
|
|||||||
<sect2 id="rcl.indexing.config.gui">
|
<sect2 id="rcl.indexing.config.gui">
|
||||||
<title>The indexing configuration GUI</title>
|
<title>The indexing configuration GUI</title>
|
||||||
|
|
||||||
<para>As of &RCL; 1.10, most parameters
|
<para>Most parameters for a given indexing configuration can
|
||||||
for a given indexing configuration can be set from a
|
be set from a <command>recoll</command> GUI running on this
|
||||||
<command>recoll</command> GUI running on this configuration
|
configuration (either as default, or by setting
|
||||||
(either as default, or by setting <literal>RECOLL_CONFDIR</literal>
|
<literal>RECOLL_CONFDIR</literal> or the <literal>-c</literal>
|
||||||
or the <literal>-c</literal> option.)</para>
|
option.)</para>
|
||||||
|
|
||||||
<para>The interface is started from the
|
<para>The interface is started from the
|
||||||
<guilabel>Preferences</guilabel> menu. It has two main
|
<guilabel>Preferences</guilabel> menu. It has two main
|
||||||
@ -605,8 +606,8 @@ fvwm
|
|||||||
and all.</para>
|
and all.</para>
|
||||||
|
|
||||||
<para>The main case where you should enter text differently from
|
<para>The main case where you should enter text differently from
|
||||||
how it is printed is for east-oriental languages written with
|
how it is printed is for east-asian languages (Chinese,
|
||||||
Chinese characters. Words composed of single or multiple
|
Japanese, Korean). Words composed of single or multiple
|
||||||
characters should be entered separated by white space in this
|
characters should be entered separated by white space in this
|
||||||
case (they would typically be printed without white
|
case (they would typically be printed without white
|
||||||
space).</para>
|
space).</para>
|
||||||
@ -640,7 +641,9 @@ fvwm
|
|||||||
names. The entry will be split at white space characters,
|
names. The entry will be split at white space characters,
|
||||||
and each pattern will be separately expanded. If you want
|
and each pattern will be separately expanded. If you want
|
||||||
to search for a pattern including white space, you need
|
to search for a pattern including white space, you need
|
||||||
to use double quotes.</para>
|
to use double quotes. The point of having a separate file name
|
||||||
|
search is that wild card expansion can be performed more
|
||||||
|
efficiently on a relatively small subset of the index.</para>
|
||||||
|
|
||||||
<para>The fourth entry (<guilabel>Query Language</guilabel>) is
|
<para>The fourth entry (<guilabel>Query Language</guilabel>) is
|
||||||
described in <link linkend="rcl.search.lang">its own
|
described in <link linkend="rcl.search.lang">its own
|
||||||
@ -661,8 +664,8 @@ fvwm
|
|||||||
a search for <literal>floor</literal> will also normally look for
|
a search for <literal>floor</literal> will also normally look for
|
||||||
<literal>flooring</literal>, <literal>floored</literal>, etc., but
|
<literal>flooring</literal>, <literal>floored</literal>, etc., but
|
||||||
a search for <literal>Floor</literal> will only look for
|
a search for <literal>Floor</literal> will only look for
|
||||||
<literal>floor</literal>, in any character case (stemming can
|
<literal>floor</literal>, in any character case. Sstemming can
|
||||||
also be disabled globally in the preferences). </para>
|
also be disabled globally in the preferences. </para>
|
||||||
|
|
||||||
<para>&RCL; remembers the last few searches that you
|
<para>&RCL; remembers the last few searches that you
|
||||||
performed. You can use the simple search text entry widget (a
|
performed. You can use the simple search text entry widget (a
|
||||||
@ -687,8 +690,9 @@ fvwm
|
|||||||
<guilabel>Query Language</guilabel> mode, where you have to care
|
<guilabel>Query Language</guilabel> mode, where you have to care
|
||||||
about the syntax.</para>
|
about the syntax.</para>
|
||||||
|
|
||||||
<para>You can use the <guilabel>Tools</guilabel> / <guilabel>Advanced
|
<para>You can use the <link linkend="rcl.search.complex">
|
||||||
search</guilabel> dialog for more complex searches.</para>
|
<guilabel>Tools</guilabel> / <guilabel>Advanced search</guilabel>
|
||||||
|
</link> dialog for more complex searches.</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="rcl.search.reslist">
|
<sect1 id="rcl.search.reslist">
|
||||||
@ -716,14 +720,14 @@ fvwm
|
|||||||
window).</para>
|
window).</para>
|
||||||
|
|
||||||
<para>Clicking the <literal>Edit</literal> link will attempt to
|
<para>Clicking the <literal>Edit</literal> link will attempt to
|
||||||
start an external viewer. The viewers can be configured through the
|
start an external editor. The editors can be configured through
|
||||||
user preferences dialog, or by editing the
|
the user preferences dialog, or by editing the
|
||||||
<filename>mimeview</filename> configuration file.</para>
|
<filename>mimeview</filename> configuration file.</para>
|
||||||
|
|
||||||
<para>The <literal>Preview</literal> and <literal>Edit</literal>
|
<para>The <literal>Preview</literal> and <literal>Edit</literal>
|
||||||
edit links may not be present for all entries, meaning that
|
edit links may not be present for all entries, meaning that
|
||||||
&RCL; has no configured way to preview a given file type (which
|
&RCL; has no configured way to preview a given file type (which
|
||||||
was indexed by name only), or no configured external viewer for
|
was indexed by name only), or no configured external editor for
|
||||||
the file type. This can sometimes be adjusted simply by tweaking
|
the file type. This can sometimes be adjusted simply by tweaking
|
||||||
the <link linkend="rclinstall.config.mimemap">
|
the <link linkend="rclinstall.config.mimemap">
|
||||||
<filename>mimemap</filename></link> and
|
<filename>mimemap</filename></link> and
|
||||||
@ -731,6 +735,11 @@ fvwm
|
|||||||
<filename>mimeview</filename></link> configuration files (the latter
|
<filename>mimeview</filename></link> configuration files (the latter
|
||||||
can be modified with the user preferences dialog).</para>
|
can be modified with the user preferences dialog).</para>
|
||||||
|
|
||||||
|
<para>The format of the result list entries is entirely
|
||||||
|
configurable by using the preference dialog to
|
||||||
|
<link linkend="rcl.search.custom.resultpara">edit an HTML
|
||||||
|
fragment</link>.
|
||||||
|
|
||||||
<para>You can click on the <literal>Query details</literal> link
|
<para>You can click on the <literal>Query details</literal> link
|
||||||
at the top of the results page to see the query actually
|
at the top of the results page to see the query actually
|
||||||
performed, after stem expansion and other processing.</para>
|
performed, after stem expansion and other processing.</para>
|
||||||
@ -756,7 +765,7 @@ fvwm
|
|||||||
<listitem><para><guilabel>Edit</guilabel></para></listitem>
|
<listitem><para><guilabel>Edit</guilabel></para></listitem>
|
||||||
<listitem><para><guilabel>Copy File Name</guilabel></para></listitem>
|
<listitem><para><guilabel>Copy File Name</guilabel></para></listitem>
|
||||||
<listitem><para><guilabel>Copy Url</guilabel></para></listitem>
|
<listitem><para><guilabel>Copy Url</guilabel></para></listitem>
|
||||||
<listitem><para><guilabel>Find similar</guilabel></para></listitem>
|
<listitem><para><guilabel>Save to File</guilabel></para></listitem>
|
||||||
<listitem><para><guilabel>Find similar</guilabel></para></listitem>
|
<listitem><para><guilabel>Find similar</guilabel></para></listitem>
|
||||||
<listitem><para><guilabel>Parent document</guilabel></para></listitem>
|
<listitem><para><guilabel>Parent document</guilabel></para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
@ -769,6 +778,13 @@ fvwm
|
|||||||
<guilabel>Copy Url</guilabel> copy the relevant data to the
|
<guilabel>Copy Url</guilabel> copy the relevant data to the
|
||||||
clipboard, for later pasting.</para>
|
clipboard, for later pasting.</para>
|
||||||
|
|
||||||
|
<para><guilabel>Save to File</guilabel> allows saving the
|
||||||
|
contents of a result document to a chosen file. This entry
|
||||||
|
will only appear if the document does not correspond to an
|
||||||
|
existing file, but is a subdocument inside such a file (ie: an
|
||||||
|
email attachment). It is especially useful to extract attachments
|
||||||
|
with no associated editor.</para>
|
||||||
|
|
||||||
<para>The <guilabel>Find similar</guilabel> entry will select
|
<para>The <guilabel>Find similar</guilabel> entry will select
|
||||||
a number of relevant term from the current document and enter
|
a number of relevant term from the current document and enter
|
||||||
them into the simple search field. You can then start a simple
|
them into the simple search field. You can then start a simple
|
||||||
@ -833,6 +849,12 @@ fvwm
|
|||||||
document. If the string is found, the cursor will be positioned
|
document. If the string is found, the cursor will be positioned
|
||||||
at the first occurrence of the search string.</para>
|
at the first occurrence of the search string.</para>
|
||||||
|
|
||||||
|
<para>A right-click menu in the text area allows switching
|
||||||
|
between displaying the main text or the contents of fields
|
||||||
|
associated to the document (ie: author, abtract, etc.). This is
|
||||||
|
especially useful in cases where the term match did not occur in
|
||||||
|
the main text but in one of the fields.</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
<sect1 id="rcl.search.lang">
|
<sect1 id="rcl.search.lang">
|
||||||
@ -1487,8 +1509,9 @@ fvwm
|
|||||||
config (try the <command>qtconfig</command> command).</para>
|
config (try the <command>qtconfig</command> command).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para><guilabel>Result paragraph format
|
<listitem><anchor id="rcl.search.custom.resultpara"> <para>
|
||||||
string</guilabel>: allows you to change the presentation of
|
<guilabel>Result paragraph format string</guilabel>:
|
||||||
|
allows you to change the presentation of
|
||||||
each result list entry. This is a qt-html string where the
|
each result list entry. This is a qt-html string where the
|
||||||
following printf-like <literal>%</literal> substitutions will
|
following printf-like <literal>%</literal> substitutions will
|
||||||
be performed:
|
be performed:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user