From c1097ff514f83f1b67e7340f03f61eb95cca9f0b Mon Sep 17 00:00:00 2001 From: beertje44 <101147154+beertje44@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:30:51 +0200 Subject: [PATCH] Update docs/content/examples/tutorials/dovecot-solr.md Co-authored-by: Casper --- docs/content/examples/tutorials/dovecot-solr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/examples/tutorials/dovecot-solr.md b/docs/content/examples/tutorials/dovecot-solr.md index f5cf500b..7e01a0e1 100644 --- a/docs/content/examples/tutorials/dovecot-solr.md +++ b/docs/content/examples/tutorials/dovecot-solr.md @@ -1,6 +1,6 @@ *Dovecot full text search using solr backend* -Dovecot can use several fts backends to support efficient and fast full text searching of e-mails directly from the imap server. Especially if you have one or more large mail folders this can make a huge difference, since the alternative is dovecot searching through each and every email all by itself on the spot, agian and again. The latter most times means one cannot search through a large pile off emails with clients that don't store all imap mail locally, for example mobile clients like Gmail or webmail clients. +Dovecot can use several fts backends to support efficient and fast full text searching of e-mails directly from the imap server. Especially if you have one or more large mail folders this can make a huge difference, since the alternative is dovecot searching through each and every email all by itself on the spot, again and again. The latter most times means one cannot search through a large pile off emails with clients that don't store all imap mail locally, for example mobile clients like Gmail or webmail clients. One of these is Apache SOLR, an fast and efficient multi-purpose search indexer. Firstly you need a working solr container, for this the official docker container will do: