Lucene Full Text Search Indexing ================================ The current Lucene implementation is a bit ugly and simultaneous access may give some errors. Use [Plugins.FTS.Solr.txt] instead if possible. Dovecot builds only a single Lucene index for all mailboxes. In future this would allow support for searching messages quickly from all mailboxes. The Lucene indexes are stored in 'lucene-indexes/' directory under the root index directory (e.g.'~/Maildir/lucene-indexes/'). Configuration ------------- ---%<------------------------------------------------------------------------- protocol imap { .. mail_plugins = fts fts_lucene } ... plugin { fts = lucene } ---%<------------------------------------------------------------------------- (This file was created from the wiki on 2009-10-16 04:42)