On 21.7.2013, at 23.11, Thomas Baumann <list.dove...@tiri.li> wrote: > (1) doveadm fts fails: > > Error message: > doveadm(t...@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..