From 6051c1247cde61bcc8e483eb4166e5a297c0ecc6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 13 Oct 2016 18:38:35 +0200 Subject: Xapian based fulltext indexing This cuts into the sync performance by about 40%, but gives us fast fulltext searching for all local content. --- common/domain/typeimplementations.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/domain') diff --git a/common/domain/typeimplementations.cpp b/common/domain/typeimplementations.cpp index 47a9cf7..29da7ea 100644 --- a/common/domain/typeimplementations.cpp +++ b/common/domain/typeimplementations.cpp @@ -27,6 +27,7 @@ #include "entitybuffer.h" #include "entity_generated.h" #include "mail/threadindexer.h" +#include "mail/fulltextindexer.h" #include "domainadaptor.h" #include "typeimplementations_p.h" @@ -45,7 +46,8 @@ typedef IndexConfig, SecondaryIndex, SecondaryIndex, - CustomSecondaryIndex + CustomSecondaryIndex, + CustomSecondaryIndex > MailIndexConfig; typedef IndexConfig