This documentation is for Dovecot v2.x, see wiki1 for v1.x documentation.

Lucene Full Text Search Indexing

Requires Dovecot v2.1+ to work properly. The CLucene version must be v2.3 (not v0.9).

Dovecot builds only a single Lucene index for all mailboxes. The Lucene indexes are stored in lucene-indexes/ directory under the mail root index directory (e.g. ~/Maildir/lucene-indexes/).

Configuration

mail_plugins = $mail_plugins fts fts_lucene

plugin {
  fts = lucene
  #fts_lucene = <fts-lucene settings>
}

The fts-lucene settings include:

Libraries

Plugins/FTS/Lucene (last edited 2012-03-12 15:00:02 by TimoSirainen)