git clone https://@opensourceprojects.eu/git/p/recoll1/code recoll1-code



File Date Author Commit
recollgui 2012-12-22 Jean-Francois Dockes Jean-Francois Dockes [9eb77d] fixed python scripts for next->rownumber Query ...
README.txt 2016-06-01 Jean-Francois Dockes Jean-Francois Dockes [ddc13d] Updated the python external indexer sample
backends 2016-06-01 Jean-Francois Dockes Jean-Francois Dockes [ddc13d] Updated the python external indexer sample
docdups.py 2014-05-19 Jean-Francois Dockes Jean-Francois Dockes [12acdc] Allow access to Xapian docid for Recoll documen...
mutt-recoll.py 2014-02-27 Jean-Francois Dockes Jean-Francois Dockes [457b48] properly expand tilde when creating temp dir
rcldlkp.py 2010-07-04 Jean-Francois Dockes Jean-Francois Dockes [4c7586] Clean up python samples. Make recollq.py actual...
rclmbox.py 2016-06-01 Jean-Francois Dockes Jean-Francois Dockes [ddc13d] Updated the python external indexer sample
recollq.py 2013-10-30 Jean-Francois Dockes Jean-Francois Dockes [33833c] Python module: python3 compatibility
recollqsd.py 2013-12-11 Jean-Francois Dockes Jean-Francois Dockes [9b3550] python searchdata sample
trconfig.py 2013-06-09 Jean-Francois Dockes Jean-Francois Dockes [2b2cfd] look for rclconfig inside the recoll package

Read Me

Python samples:

rclmbox.py
backends
A sample external indexer and its backends link file (see the user manual
programming section). The sample indexes a directory containing mbox files.

rcldlkp.py
Another sample indexer for a simple %-separated record format.

recollq.py
recollqsd.py
Sample query programs based on the Python query interface.

recollgui/
A sample GUI based on the python query interface.

docdups.py
A script based on the Xapian Python interface which explores a Recoll index
and prints out sets of duplicate documents (based on the md5 hashes).

mutt-recoll.py
Interface between recoll and mutt (based on mutt-notmuch). Not related to
the Recoll Python API, this executes recollq.

trconfig.py
Not useful at all: internal exercises for the python rclconfig interface.