Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable full text search (lucene) #775

Merged
merged 1 commit into from Dec 25, 2018

Conversation

muhlemmer
Copy link
Member

This is a workaround for the bug in issue #751.

Flag behavior:

  • If flag is not set / missing: fts_lucene stays enabled.
  • Flag set to false: fts_lucene stays enabled
  • Flag set to true: fts_lucene will be disabled

With fts_lucene disabled it seems that search in webmail (Rainloop) still works, bit probably with limitations.

Before coming to this solution, I've tried to disable only the fts_autoindex, that worked for incoming mail. But it still crashed the indexer-worker when doing a search so that wasn't a real option.

Disabling fts_lucene has been tested by me on my test server and seems to be stable, even when copying in a big amount of mail into the mailbox.

This is a workaround for the bug in issue Mailu#751
@muhlemmer muhlemmer requested a review from a team December 25, 2018 12:07
Copy link
Member

@kaiyou kaiyou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks alright and needs quick merging.

@mergify mergify bot merged commit 13c4acf into Mailu:master Dec 25, 2018
@muhlemmer muhlemmer deleted the workaround-lucene branch January 11, 2019 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants