Release notes for Recoll 1.20.x
Caveats
Installing over an older version: 1.19
1.20 and 1.21 indexes are fully compatible. Installing 1.21 over an 1.19 index is possible, but there have been small changes in the way compound words (e.g. email addresses) are indexed, so it will be best to reset the index. Still, in a pinch, 1.21 search can mostly use an 1.19 index.
Always reset the index if you do not know by which version it
was created (you're not sure it's at least 1.18). The best method
is to quit all Recoll programs and delete the index directory
(
rm -rf ~/.recoll/xapiandb), then start recoll
or recollindex.
recollindex -z will do the same
in most, but not all, cases. It's better to use
the rm method, which will also ensure that no debris
from older releases remain (e.g.: old stemming files which are
not used any more).
Case/diacritics sensitivity is off by default. It can be turned on only by editing recoll.conf ( see the manual). If you do so, you must then reset the index.
Changes in Recoll 1.21
- Allow saving queries to files and reloading them later. Available both for simple and advanced queries, and based on XML files.
- A Bison-based query parser replaces the old regexp-based one and allows parenthized sub-expressions and easier future expansions.
- The GUI gets a "close to system tray" function.
- Avoid retrying to index previously indexed files if nothing seems to have changed in the filters.
- Improve indexing speed by always using vfork() for spawning external commands.
- The pdf filter gains the capability to run OCR (tesseract) on image-only files.
- Improved check about when we should try to uncompress stuff. Will eliminate some of the most dreadful case of recollindex having an impact on system performance.
- Warn if non-existent paths are listed in the configuration file (help with typos).
- Adjust background color for webkit-based elements (result list and snippets window) according to desktop setup.
- Listing the results with the KIO slave is now performed with incremental updates. Bumped max entries to 10000.