From e6c0ef593a25995475c73b8548fa8359b5d1234c Mon Sep 17 00:00:00 2001 From: Jonty Wareing Date: Fri, 24 Oct 2014 23:09:29 +0100 Subject: [PATCH] Turn on auto-indexing of mail --- setup/solr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/solr.sh b/setup/solr.sh index ecfb4133..c25bc97f 100644 --- a/setup/solr.sh +++ b/setup/solr.sh @@ -34,6 +34,7 @@ tools/editconf.py /etc/dovecot/conf.d/10-mail.conf \ cat > /etc/dovecot/conf.d/90-plugin.conf << EOF; plugin { fts = solr + fts_autoindex = yes fts_solr = break-imap-search url=http://127.0.0.1:8080/solr/ } EOF