canarduck / ftssolr_ynh

Full Text Search for IMAP via Solr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftssolr

Solr Full Text Search for dovecot

WARNING

This app does NOT work on vanilla yunohost. This app requires YunoHost/yunohost#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 :

About

Full Text Search for IMAP via Solr


Languages

Language:Shell 100.0%