Your IP : 216.73.216.155


Current Path : /usr/share/doc/dovecot-common/wiki/
Upload File :
Current File : //usr/share/doc/dovecot-common/wiki/Plugins.FTS.Lucene.txt

Lucene Full Text Search Indexing
================================

The current Lucene implementation is a bit ugly and simultaneous access may
give some errors. Use <Solr> [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 2010-05-24 04:42)