mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Updated Full text search (markdown)
This commit is contained in:
parent
b986c4375b
commit
3db4b75d6e
|
@ -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)
|
Loading…
Reference in a new issue