From a44a2a30a5de5685a8fb19a2a01b93c4cda39f01 Mon Sep 17 00:00:00 2001 From: beertje44 <101147154+beertje44@users.noreply.github.com> Date: Sun, 16 Jun 2024 12:21:36 +0200 Subject: [PATCH] Update and rename Dovecot-solr.md to dovecot-solr.md --- .../examples/tutorials/{Dovecot-solr.md => dovecot-solr.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/content/examples/tutorials/{Dovecot-solr.md => dovecot-solr.md} (98%) diff --git a/docs/content/examples/tutorials/Dovecot-solr.md b/docs/content/examples/tutorials/dovecot-solr.md similarity index 98% rename from docs/content/examples/tutorials/Dovecot-solr.md rename to docs/content/examples/tutorials/dovecot-solr.md index 6821beb3..b2b4984b 100644 --- a/docs/content/examples/tutorials/Dovecot-solr.md +++ b/docs/content/examples/tutorials/dovecot-solr.md @@ -1,4 +1,4 @@ -*Dovecpt full text search using solr backend* +*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. One of these is Apache SOLR, an fast and efficient multi-purpose search indexer.