You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-08-10 22:31:47 +02:00
Merge pull request #775 from usrpro/workaround-lucene
Option to disable full text search (lucene)
This commit is contained in:
@@ -7,6 +7,7 @@ postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
|||||||
hostname = {{ HOSTNAMES.split(",")[0] }}
|
hostname = {{ HOSTNAMES.split(",")[0] }}
|
||||||
submission_host = {{ FRONT_ADDRESS }}
|
submission_host = {{ FRONT_ADDRESS }}
|
||||||
|
|
||||||
|
{% if DISABLE_FTS_LUCENE != 'true' %}
|
||||||
###############
|
###############
|
||||||
# Full-text search
|
# Full-text search
|
||||||
###############
|
###############
|
||||||
@@ -20,6 +21,7 @@ plugin {
|
|||||||
|
|
||||||
fts_lucene = whitespace_chars=@.
|
fts_lucene = whitespace_chars=@.
|
||||||
}
|
}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Mailboxes
|
# Mailboxes
|
||||||
|
@@ -3,6 +3,10 @@
|
|||||||
# these few settings must however be configured before starting the mail
|
# these few settings must however be configured before starting the mail
|
||||||
# server and require a restart upon change.
|
# server and require a restart upon change.
|
||||||
|
|
||||||
|
# Set this to `true` to disable full text search by lucene (value: true, false)
|
||||||
|
# This is a workaround for the bug in issue #751 (indexer-worker crashes)
|
||||||
|
DISABLE_FTS_LUCENE=false
|
||||||
|
|
||||||
###################################
|
###################################
|
||||||
# Common configuration variables
|
# Common configuration variables
|
||||||
###################################
|
###################################
|
||||||
|
Reference in New Issue
Block a user