[Dovecot] dovecot fts solr plugin

Timo Sirainen tss at iki.fi
Fri Aug 2 16:02:30 EEST 2013


On 21.7.2013, at 23.11, Thomas Baumann <list.dovecot at tiri.li> wrote:

> (1) doveadm fts fails:
> 
> Error message:
> doveadm(tom at tirism.support.tiri.li): Error: fts not enabled for user's
> namespace (null)
..
> protocol imap {
>  plugin {
>    fts = solr
>    fts_solr = break-imap-search url=http://localhost:8983/solr/
>  }
> }
> protocol pop3 {
>  plugin {
>    fts = solr
>    fts_solr = break-imap-search url=http://localhost:8983/solr/
>  }
> }

Don't put these inside protocol sections. They need to be enabled globally.

> (2)
> solr schema has errors
> 
> Jul 21, 2013 4:35:46 PM org.apache.solr.common.SolrException log
> SEVERE: org.apache.solr.common.SolrException: undefined field text

I did some Solr schema fixes to v2.2 recently..



More information about the dovecot mailing list