From 3db4b75d6e53bec7141f646656d45d192fb3a5c3 Mon Sep 17 00:00:00 2001 From: Luke Cyca Date: Thu, 8 Oct 2020 15:37:26 -0700 Subject: [PATCH] Updated Full text search (markdown) --- docs/content/advanced/full-text-search.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/advanced/full-text-search.md b/docs/content/advanced/full-text-search.md index de9c96e9..fcf6237e 100644 --- a/docs/content/advanced/full-text-search.md +++ b/docs/content/advanced/full-text-search.md @@ -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 \ No newline at end of file +Further discussion on [#905](https://github.com/tomav/docker-mailserver/issues/905) \ No newline at end of file