File | Date | Author | Commit |
---|---|---|---|
recollgui | 2018-06-02 | Jean-Francois Dockes | [892e57] none |
README.txt | 2016-06-01 | Jean-Francois Dockes | [ddc13d] Updated the python external indexer sample |
backends | 2016-06-01 | Jean-Francois Dockes | [ddc13d] Updated the python external indexer sample |
docdups.py | 2018-06-02 | Jean-Francois Dockes | [1196f1] sample python3 compat |
mutt-recoll.py | 2014-02-27 | Jean-Francois Dockes | [457b48] properly expand tilde when creating temp dir |
rcldlkp.py | 2010-07-04 | Jean-Francois Dockes | [4c7586] Clean up python samples. Make recollq.py actual... |
rclmbox.py | 2016-06-01 | Jean-Francois Dockes | [ddc13d] Updated the python external indexer sample |
recollq.py | 2013-10-30 | Jean-Francois Dockes | [33833c] Python module: python3 compatibility |
recollqsd.py | 2013-12-11 | Jean-Francois Dockes | [9b3550] python searchdata sample |
trconfig.py | 2013-06-09 | 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.