Mailman: use Xapian
This commit is contained in:
parent
71c8018e00
commit
4bcd58f003
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ COMPRESS_OFFLINE = True
|
|||
#
|
||||
HAYSTACK_CONNECTIONS = {
|
||||
'default': {
|
||||
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
|
||||
'ENGINE': 'xapian_backend.XapianEngine',
|
||||
'PATH': "{{ mailman_webui_basedir }}/fulltext_index",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue