Recoll features

Supported systems Document types Other features Desktop and web integration Stemming

General features

Supported systems

Recoll has been compiled and tested on Linux, MS-Windows 7-10, MacOS X and Solaris (initial versions Redhat 7, Fedora Core 5, Suse 10, Gentoo, Debian 3.1, Solaris 8). It should compile and run on all subsequent releases of these systems and probably a few others too.

Qt versions from 4.7 and later

Document types

Recoll can index many document types (along with their compressed versions). Some types are handled internally (no external application needed). Other types need a separate application to be installed to extract the text. Types that only need very common utilities (awk/sed/groff/Python etc.) are listed in the native section.

The MS-Windows installer includes the supporting application, the only additional package you will need is the Python language installation.

Many formats are processed by Python scripts. The Python dependency will not always be mentionned. In general, Recoll expects Python 2.x to be available (many, but not all, scripts are compatible with Python 3). Formats which are processed using Python and its standard library are listed in the native section.

File types indexed natively

File types indexed with external helpers

Many document types need the iconv command in addition to the applications specifically listed.

The XML ones

The following types need xsltproc from the libxslt package, (and the Python2 libxslt module for recoll 1.22). Quite a few also need unzip:

Other formats

The following need miscellaneous helper programs to decode the internal formats.

Other features

Desktop and web integration

The Recoll GUI has many features that help to specify an efficient search and to manage the results. However it maybe sometimes preferable to use a simpler tool with a better integration with your desktop interfaces. Several solutions exist:

Recoll also has Python and PHP modules which can allow easy integration with web or other applications.

Stemming

Stemming is a process which transforms inflected words into their most basic form. For example, flooring, floors, floored would probably all be transformed to floor by a stemmer for the English language.

In many search engines, the stemming process occurs during indexing. The index will only contain the stemmed form of words, with exceptions for terms which are detected as being probably proper nouns (ie: capitalized). At query time, the terms entered by the user are stemmed, then matched against the index.

This process results into a smaller index, but it has the grave inconvenient of irrevocably losing information during indexing.

Recoll works in a different way. No stemming is performed at query time, so that all information gets into the index. The resulting index is bigger, but most people probably don't care much about this nowadays, because they have a 100Gb disk 95% full of binary data which does not get indexed.

At the end of an indexing pass, Recoll builds one or several stemming dictionaries, where all word stems are listed in correspondence to the list of their derivatives.

At query time, by default, user-entered terms are stemmed, then matched against the stem database, and the query is expanded to include all derivatives. This will yield search results analogous to those obtained by a classical engine. The benefits of this approach is that stem expansion can be controlled instantly at query time in several ways: