|
a/src/README |
|
b/src/README |
|
... |
|
... |
2075 |
|
2075 |
|
2076 |
The field syntax also supports a few field-like, but special, criteria:
|
2076 |
The field syntax also supports a few field-like, but special, criteria:
|
2077 |
|
2077 |
|
2078 |
o dir for filtering the results on file location (Ex:
|
2078 |
o dir for filtering the results on file location (Ex:
|
2079 |
dir:/home/me/somedir). -dir also works to find results not in the
|
2079 |
dir:/home/me/somedir). -dir also works to find results not in the
|
2080 |
specified directory (release >= 1.15.8). A tilde inside the value will
|
2080 |
specified directory (release >= 1.15.8). Tilde expansion will be
|
2081 |
be expanded to the home directory. Wildcards will be expanded, but
|
2081 |
performed as usual (except for a bug in versions 1.19 to 1.19.11p1).
|
2082 |
please have a look at an important limitation of wildcards in path
|
2082 |
Wildcards will be expanded, but please have a look at an important
|
2083 |
filters.
|
2083 |
limitation of wildcards in path filters.
|
2084 |
|
2084 |
|
2085 |
Relative paths also make sense, for example, dir:share/doc would match
|
2085 |
Relative paths also make sense, for example, dir:share/doc would match
|
2086 |
either /usr/share/doc or /usr/local/share/doc
|
2086 |
either /usr/share/doc or /usr/local/share/doc
|
2087 |
|
2087 |
|
2088 |
Several dir clauses can be specified, both positive and negative. For
|
2088 |
Several dir clauses can be specified, both positive and negative. For
|
|
... |
|
... |
3090 |
A list of common file types which need external commands follows. Many of
|
3090 |
A list of common file types which need external commands follows. Many of
|
3091 |
the filters need the iconv command, which is not always listed as a
|
3091 |
the filters need the iconv command, which is not always listed as a
|
3092 |
dependancy.
|
3092 |
dependancy.
|
3093 |
|
3093 |
|
3094 |
Please note that, due to the relatively dynamic nature of this
|
3094 |
Please note that, due to the relatively dynamic nature of this
|
3095 |
information, the most up to date version is now kept on the Recoll helper
|
3095 |
information, the most up to date version is now kept on
|
3096 |
applications page along with links to the home pages or best
|
3096 |
http://www.recoll.org/features.html along with links to the home pages or
|
3097 |
source/patches pages, and misc tips. The list below is not updated often
|
3097 |
best source/patches pages, and misc tips. The list below is not updated
|
3098 |
and may be quite stale.
|
3098 |
often and may be quite stale.
|
3099 |
|
3099 |
|
3100 |
For many Linux distributions, most of the commands listed can be installed
|
3100 |
For many Linux distributions, most of the commands listed can be installed
|
3101 |
from the package repositories. However, the packages are sometimes
|
3101 |
from the package repositories. However, the packages are sometimes
|
3102 |
outdated, or not the best version for Recoll, so you should take a look at
|
3102 |
outdated, or not the best version for Recoll, so you should take a look at
|
3103 |
the Recoll helper applications page if a file type is important to you.
|
3103 |
http://www.recoll.org/features.html if a file type is important to you.
|
3104 |
|
3104 |
|
3105 |
As of Recoll release 1.14, a number of XML-based formats that were handled
|
3105 |
As of Recoll release 1.14, a number of XML-based formats that were handled
|
3106 |
by ad hoc filter code now use the xsltproc command, which usually comes
|
3106 |
by ad hoc filter code now use the xsltproc command, which usually comes
|
3107 |
with libxslt. These are: abiword, fb2 (ebooks), kword, openoffice, svg.
|
3107 |
with libxslt. These are: abiword, fb2 (ebooks), kword, openoffice, svg.
|
3108 |
|
3108 |
|
|
... |
|
... |
3113 |
o PDF files need pdftotext which is part of the Xpdf or Poppler
|
3113 |
o PDF files need pdftotext which is part of the Xpdf or Poppler
|
3114 |
packages.
|
3114 |
packages.
|
3115 |
|
3115 |
|
3116 |
o Postscript files need pstotext. The original version has an issue with
|
3116 |
o Postscript files need pstotext. The original version has an issue with
|
3117 |
shell character in file names, which is corrected in recent packages.
|
3117 |
shell character in file names, which is corrected in recent packages.
|
3118 |
See the the Recoll helper applications page for more detail.
|
3118 |
See http://www.recoll.org/features.html for more detail.
|
3119 |
|
3119 |
|
3120 |
o MS Word needs antiword. It is also useful to have wvWare installed as
|
3120 |
o MS Word needs antiword. It is also useful to have wvWare installed as
|
3121 |
it may be be used as a fallback for some files which antiword does not
|
3121 |
it may be be used as a fallback for some files which antiword does not
|
3122 |
handle.
|
3122 |
handle.
|
3123 |
|
3123 |
|
|
... |
|
... |
3127 |
|
3127 |
|
3128 |
o Wordperfect files need wpd2html from the libwpd (or libwpd-tools on
|
3128 |
o Wordperfect files need wpd2html from the libwpd (or libwpd-tools on
|
3129 |
Ubuntu) package.
|
3129 |
Ubuntu) package.
|
3130 |
|
3130 |
|
3131 |
o RTF files need unrtf, which, in its standard version, has much trouble
|
3131 |
o RTF files need unrtf, which, in its standard version, has much trouble
|
3132 |
with non-western character sets. Check the Recoll helper applications
|
3132 |
with non-western character sets. Check
|
3133 |
page.
|
3133 |
http://www.recoll.org/features.html.
|
3134 |
|
3134 |
|
3135 |
o TeX files need untex or detex. Check the Recoll helper applications
|
3135 |
o TeX files need untex or detex. Check
|
3136 |
page for sources if it's not packaged for your distribution.
|
3136 |
http://www.recoll.org/features.html for sources if it's not packaged
|
|
|
3137 |
for your distribution.
|
3137 |
|
3138 |
|
3138 |
o dvi files need dvips.
|
3139 |
o dvi files need dvips.
|
3139 |
|
3140 |
|
3140 |
o djvu files need djvutxt and djvused from the DjVuLibre package.
|
3141 |
o djvu files need djvutxt and djvused from the DjVuLibre package.
|
3141 |
|
3142 |
|
|
... |
|
... |
3934 |
bytes. The search interface gives you the choice to display this
|
3935 |
bytes. The search interface gives you the choice to display this
|
3935 |
stored text or a synthetic abstract built by extracting text
|
3936 |
stored text or a synthetic abstract built by extracting text
|
3936 |
around the search terms. If you always prefer the synthetic
|
3937 |
around the search terms. If you always prefer the synthetic
|
3937 |
abstract, you can reduce this value and save a little space.
|
3938 |
abstract, you can reduce this value and save a little space.
|
3938 |
|
3939 |
|
|
|
3940 |
idxmetastoredlen
|
|
|
3941 |
|
|
|
3942 |
Maximum stored length for metadata fields. This does not affect
|
|
|
3943 |
indexing (the whole field is processed anyway), just the amount of
|
|
|
3944 |
data stored in the index for the purpose of displaying fields
|
|
|
3945 |
inside result lists or previews. The default value is 150 bytes
|
|
|
3946 |
which may be too low if you have custom fields.
|
|
|
3947 |
|
3939 |
aspellLanguage
|
3948 |
aspellLanguage
|
3940 |
|
3949 |
|
3941 |
Language definitions to use when creating the aspell dictionary.
|
3950 |
Language definitions to use when creating the aspell dictionary.
|
3942 |
The value must match a set of aspell language definition files.
|
3951 |
The value must match a set of aspell language definition files.
|
3943 |
You can type "aspell config" to see where these are installed
|
3952 |
You can type "aspell config" to see where these are installed
|