No description
Find a file
2016-09-09 17:25:08 +02:00
scripts [enh] use another layout for dovecot conf extension folders 2016-09-09 17:09:35 +02:00
.gitignore First commit 2016-08-26 12:41:40 +02:00
manifest.json First commit 2016-08-26 12:41:40 +02:00
README.md [enh] add warning to README 2016-09-09 17:25:08 +02:00

ftssolr

Solr Full Text Search for dovecot

WARNING

This app does NOT work on vanilla yunohost. This app requires https://github.com/YunoHost/yunohost/pull/175 to be integrated first.

How to test

The first time you search inside one mailbox, dovecot will index it. Subsequent searches will run blazingly faster.

To verify that everything is running fine :

$ telnet localhost imap

1 LOGIN <your_username> <your_password>
2 SELECT Inbox
3 SEARCH text "test"
* OK Indexed 51% of the mailbox, ETA 0:09
* OK Indexed 97% of the mailbox, ETA 0:00
* OK Mailbox indexing finished
* SEARCH [...]
3 OK Search completed (27.633 secs).
4 SEARCH text "test"
* SEARCH [...]
4 OK Search completed (0.013 secs).
10 LOGOUT

Roundcube searches should be must faster. You can enable the "Entire message" checkbox for full text search.

To use the Full Text Search capabilities of the IMAP server from Thunderbird (instead of using Thunderbird own index), search your messages with Ctrl+Shift+F

Thanks

Thanks to the following docs/implementations :