2 Aug
2013
2 Aug
'13
4:02 p.m.
On 21.7.2013, at 23.11, Thomas Baumann <list.dovecot@tiri.li> wrote:
(1) doveadm fts fails:
Error message: doveadm(tom@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..