release 2375
This commit is contained in:
parent
94da038723
commit
52e6d4b529
@ -718,12 +718,6 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
Useful for cases where you don't need the functionality or when it
|
Useful for cases where you don't need the functionality or when it
|
||||||
is unusable because aspell crashes during dictionary generation.
|
is unusable because aspell crashes during dictionary generation.
|
||||||
|
|
||||||
guesscharset
|
|
||||||
|
|
||||||
Decide if we try to guess the character set of files if no
|
|
||||||
internal value is available (ie: for plain text files). This does
|
|
||||||
not work well in general, and should probably not be used.
|
|
||||||
|
|
||||||
5.4.2. The fields file
|
5.4.2. The fields file
|
||||||
|
|
||||||
This file contains information about dynamic fields handling in Recoll.
|
This file contains information about dynamic fields handling in Recoll.
|
||||||
|
|||||||
33
src/README
33
src/README
@ -12,7 +12,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
|
|
||||||
This document introduces full text search notions and describes the
|
This document introduces full text search notions and describes the
|
||||||
installation and use of the Recoll application. It currently describes
|
installation and use of the Recoll application. It currently describes
|
||||||
Recoll 1.15.
|
Recoll 1.16.
|
||||||
|
|
||||||
[ Split HTML / Single HTML ]
|
[ Split HTML / Single HTML ]
|
||||||
|
|
||||||
@ -1310,20 +1310,20 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
will be deleted at the next indexing pass unless they are also added
|
will be deleted at the next indexing pass unless they are also added
|
||||||
in the configuration file.
|
in the configuration file.
|
||||||
|
|
||||||
* Automatically add phrase to simple searches: a phrase will be
|
* Dynamically add phrase to simple searches: a phrase will be
|
||||||
automatically built and added to simple searches when looking for Any
|
automatically built and added to simple searches when looking for Any
|
||||||
terms. This will give a relevance boost to the results where the
|
terms. This will give a relevance boost to the results where the
|
||||||
search terms appear as a phrase (consecutive and in order).
|
search terms appear as a phrase (consecutive and in order).
|
||||||
|
|
||||||
* Dynamically build abstracts: synthetic abstracts are constructed by
|
* Replace abstracts from documents: this decides if we should synthesize
|
||||||
extracting context around the search terms out of the main document
|
and display an abstract in place of an explicit abstract found within
|
||||||
text. This is usually fast because it only uses index content, not the
|
the document itself.
|
||||||
actual document, but still can slow down result list display, which is
|
|
||||||
why there is a way to turn it off.
|
|
||||||
|
|
||||||
* Replace abstracts from documents: this decides if the synthetic
|
* Dynamically build abstracts: this decides if Recoll tries to build
|
||||||
abstract above should replace an explicit abstract field found within
|
document abstracts when displaying the result list. Abstracts are
|
||||||
the document itself, or if the latter should take precedence.
|
constructed by taking context from the document information, around
|
||||||
|
the search terms. This can slow down result list display significantly
|
||||||
|
for big documents, and you may want to turn it off.
|
||||||
|
|
||||||
* Synthetic abstract size: adjust to taste...
|
* Synthetic abstract size: adjust to taste...
|
||||||
|
|
||||||
@ -1361,10 +1361,7 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
This is a Qt HTML string where the following printf-like % substitutions
|
This is a Qt HTML string where the following printf-like % substitutions
|
||||||
will be performed:
|
will be performed:
|
||||||
|
|
||||||
* %A. Abstract. Depending on document and query parameters, this can be
|
* %A. Abstract
|
||||||
either an explicit abstract field from the document, a "keyword in
|
|
||||||
context" synthetic abstract or just the beginning of the document
|
|
||||||
text.
|
|
||||||
|
|
||||||
* %D. Date
|
* %D. Date
|
||||||
|
|
||||||
@ -1542,8 +1539,6 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
when the search mode selector is set to Query Language. It can also be
|
when the search mode selector is set to Query Language. It can also be
|
||||||
used with the KIO slave or the command line search. It broadly has the
|
used with the KIO slave or the command line search. It broadly has the
|
||||||
same capabilities as the complex search interface in the GUI.
|
same capabilities as the complex search interface in the GUI.
|
||||||
Additionally, the query language is for now the only way to access the
|
|
||||||
important Recoll field search capabilities.
|
|
||||||
|
|
||||||
The language is roughly based on the Xesam user search language
|
The language is roughly based on the Xesam user search language
|
||||||
specification.
|
specification.
|
||||||
@ -2866,12 +2861,6 @@ More documentation can be found in the doc/ directory or at http://www.recoll.or
|
|||||||
Useful for cases where you don't need the functionality or when it
|
Useful for cases where you don't need the functionality or when it
|
||||||
is unusable because aspell crashes during dictionary generation.
|
is unusable because aspell crashes during dictionary generation.
|
||||||
|
|
||||||
guesscharset
|
|
||||||
|
|
||||||
Decide if we try to guess the character set of files if no
|
|
||||||
internal value is available (ie: for plain text files). This does
|
|
||||||
not work well in general, and should probably not be used.
|
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
5.4.2. The fields file
|
5.4.2. The fields file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user