Update docs/content/examples/tutorials/dovecot-solr.md
Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
parent
d5587d8086
commit
60da83f651
|
@ -1,4 +1,4 @@
|
|||
*Dovecot full text search using solr backend*
|
||||
# Dovecot Full Text Search (FTS) using the 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, 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, a fast and efficient multi-purpose search indexer.
|
||||
|
|
Loading…
Reference in New Issue