Updated Full text search (markdown)

This commit is contained in:
Luke Cyca 2020-10-08 15:37:26 -07:00
parent b986c4375b
commit 3db4b75d6e
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Full-text search allows all messages to be indexed, so that mail clients can quickly and efficiently search messages by their full text content.
## Overview
Full-text search allows all messages to be indexed, so that mail clients can quickly and efficiently search messages by their full text content.
The [dovecot-solr Plugin](https://wiki2.dovecot.org/Plugins/FTS/Solr) is used in conjunction with [Apache Solr](https://lucene.apache.org/solr/) running in a separate container. This is quite straightforward to setup using the following instructions.
## Setup Steps
@ -49,4 +49,4 @@ plugin {
docker-compose exec mailserver doveadm fts rescan -A
```
Further discussion on #905
Further discussion on [#905](https://github.com/tomav/docker-mailserver/issues/905)