You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
Updated Full text search (markdown)
This commit is contained in:
@@ -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)
|
Reference in New Issue
Block a user