Update and rename Dovecot-solr.md to dovecot-solr.md

This commit is contained in:
beertje44 2024-06-16 12:21:36 +02:00 committed by GitHub
parent 664c33e39f
commit a44a2a30a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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.