release 3583

This commit is contained in:
Jean-Francois Dockes 2014-04-02 15:08:54 +02:00
parent c51bc0b7ff
commit c6ecaeafb0
2 changed files with 42 additions and 24 deletions

View File

@ -85,15 +85,15 @@ Chapter 5. Installation and configuration
dependancy. dependancy.
Please note that, due to the relatively dynamic nature of this Please note that, due to the relatively dynamic nature of this
information, the most up to date version is now kept on the Recoll helper information, the most up to date version is now kept on
applications page along with links to the home pages or best http://www.recoll.org/features.html along with links to the home pages or
source/patches pages, and misc tips. The list below is not updated often best source/patches pages, and misc tips. The list below is not updated
and may be quite stale. often and may be quite stale.
For many Linux distributions, most of the commands listed can be installed For many Linux distributions, most of the commands listed can be installed
from the package repositories. However, the packages are sometimes from the package repositories. However, the packages are sometimes
outdated, or not the best version for Recoll, so you should take a look at outdated, or not the best version for Recoll, so you should take a look at
the Recoll helper applications page if a file type is important to you. http://www.recoll.org/features.html if a file type is important to you.
As of Recoll release 1.14, a number of XML-based formats that were handled As of Recoll release 1.14, a number of XML-based formats that were handled
by ad hoc filter code now use the xsltproc command, which usually comes by ad hoc filter code now use the xsltproc command, which usually comes
@ -108,7 +108,7 @@ Chapter 5. Installation and configuration
o Postscript files need pstotext. The original version has an issue with o Postscript files need pstotext. The original version has an issue with
shell character in file names, which is corrected in recent packages. shell character in file names, which is corrected in recent packages.
See the the Recoll helper applications page for more detail. See http://www.recoll.org/features.html for more detail.
o MS Word needs antiword. It is also useful to have wvWare installed as o MS Word needs antiword. It is also useful to have wvWare installed as
it may be be used as a fallback for some files which antiword does not it may be be used as a fallback for some files which antiword does not
@ -122,11 +122,12 @@ Chapter 5. Installation and configuration
Ubuntu) package. Ubuntu) package.
o RTF files need unrtf, which, in its standard version, has much trouble o RTF files need unrtf, which, in its standard version, has much trouble
with non-western character sets. Check the Recoll helper applications with non-western character sets. Check
page. http://www.recoll.org/features.html.
o TeX files need untex or detex. Check the Recoll helper applications o TeX files need untex or detex. Check
page for sources if it's not packaged for your distribution. http://www.recoll.org/features.html for sources if it's not packaged
for your distribution.
o dvi files need dvips. o dvi files need dvips.
@ -956,6 +957,14 @@ Chapter 5. Installation and configuration
around the search terms. If you always prefer the synthetic around the search terms. If you always prefer the synthetic
abstract, you can reduce this value and save a little space. abstract, you can reduce this value and save a little space.
idxmetastoredlen
Maximum stored length for metadata fields. This does not affect
indexing (the whole field is processed anyway), just the amount of
data stored in the index for the purpose of displaying fields
inside result lists or previews. The default value is 150 bytes
which may be too low if you have custom fields.
aspellLanguage aspellLanguage
Language definitions to use when creating the aspell dictionary. Language definitions to use when creating the aspell dictionary.

View File

@ -2077,10 +2077,10 @@ Chapter 3. Searching
o dir for filtering the results on file location (Ex: o dir for filtering the results on file location (Ex:
dir:/home/me/somedir). -dir also works to find results not in the dir:/home/me/somedir). -dir also works to find results not in the
specified directory (release >= 1.15.8). A tilde inside the value will specified directory (release >= 1.15.8). Tilde expansion will be
be expanded to the home directory. Wildcards will be expanded, but performed as usual (except for a bug in versions 1.19 to 1.19.11p1).
please have a look at an important limitation of wildcards in path Wildcards will be expanded, but please have a look at an important
filters. limitation of wildcards in path filters.
Relative paths also make sense, for example, dir:share/doc would match Relative paths also make sense, for example, dir:share/doc would match
either /usr/share/doc or /usr/local/share/doc either /usr/share/doc or /usr/local/share/doc
@ -3092,15 +3092,15 @@ Chapter 5. Installation and configuration
dependancy. dependancy.
Please note that, due to the relatively dynamic nature of this Please note that, due to the relatively dynamic nature of this
information, the most up to date version is now kept on the Recoll helper information, the most up to date version is now kept on
applications page along with links to the home pages or best http://www.recoll.org/features.html along with links to the home pages or
source/patches pages, and misc tips. The list below is not updated often best source/patches pages, and misc tips. The list below is not updated
and may be quite stale. often and may be quite stale.
For many Linux distributions, most of the commands listed can be installed For many Linux distributions, most of the commands listed can be installed
from the package repositories. However, the packages are sometimes from the package repositories. However, the packages are sometimes
outdated, or not the best version for Recoll, so you should take a look at outdated, or not the best version for Recoll, so you should take a look at
the Recoll helper applications page if a file type is important to you. http://www.recoll.org/features.html if a file type is important to you.
As of Recoll release 1.14, a number of XML-based formats that were handled As of Recoll release 1.14, a number of XML-based formats that were handled
by ad hoc filter code now use the xsltproc command, which usually comes by ad hoc filter code now use the xsltproc command, which usually comes
@ -3115,7 +3115,7 @@ Chapter 5. Installation and configuration
o Postscript files need pstotext. The original version has an issue with o Postscript files need pstotext. The original version has an issue with
shell character in file names, which is corrected in recent packages. shell character in file names, which is corrected in recent packages.
See the the Recoll helper applications page for more detail. See http://www.recoll.org/features.html for more detail.
o MS Word needs antiword. It is also useful to have wvWare installed as o MS Word needs antiword. It is also useful to have wvWare installed as
it may be be used as a fallback for some files which antiword does not it may be be used as a fallback for some files which antiword does not
@ -3129,11 +3129,12 @@ Chapter 5. Installation and configuration
Ubuntu) package. Ubuntu) package.
o RTF files need unrtf, which, in its standard version, has much trouble o RTF files need unrtf, which, in its standard version, has much trouble
with non-western character sets. Check the Recoll helper applications with non-western character sets. Check
page. http://www.recoll.org/features.html.
o TeX files need untex or detex. Check the Recoll helper applications o TeX files need untex or detex. Check
page for sources if it's not packaged for your distribution. http://www.recoll.org/features.html for sources if it's not packaged
for your distribution.
o dvi files need dvips. o dvi files need dvips.
@ -3936,6 +3937,14 @@ Chapter 5. Installation and configuration
around the search terms. If you always prefer the synthetic around the search terms. If you always prefer the synthetic
abstract, you can reduce this value and save a little space. abstract, you can reduce this value and save a little space.
idxmetastoredlen
Maximum stored length for metadata fields. This does not affect
indexing (the whole field is processed anyway), just the amount of
data stored in the index for the purpose of displaying fields
inside result lists or previews. The default value is 150 bytes
which may be too low if you have custom fields.
aspellLanguage aspellLanguage
Language definitions to use when creating the aspell dictionary. Language definitions to use when creating the aspell dictionary.