Mailman: use Xapian

This commit is contained in:
Aurélien Bompard 2015-03-13 17:29:45 +00:00
parent 71c8018e00
commit 4bcd58f003

View file

@ -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",
},
}