diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-10-13 18:38:35 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-11 23:03:17 +0100 |
commit | 6051c1247cde61bcc8e483eb4166e5a297c0ecc6 (patch) | |
tree | df3aba1ef4011f2640b17c8cf7a9b106933231ab /common/mailpreprocessor.h | |
parent | 8740a007515dcf1b315d69ab5c64fcfd40ec980c (diff) | |
download | sink-6051c1247cde61bcc8e483eb4166e5a297c0ecc6.tar.gz sink-6051c1247cde61bcc8e483eb4166e5a297c0ecc6.zip |
Xapian based fulltext indexing
This cuts into the sync performance by about 40%,
but gives us fast fulltext searching for all local content.
Diffstat (limited to 'common/mailpreprocessor.h')
-rw-r--r-- | common/mailpreprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/mailpreprocessor.h b/common/mailpreprocessor.h index d2e79ca..c0eacaf 100644 --- a/common/mailpreprocessor.h +++ b/common/mailpreprocessor.h | |||
@@ -29,4 +29,3 @@ public: | |||
29 | protected: | 29 | protected: |
30 | static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, const QByteArray &data); | 30 | static void updatedIndexedProperties(Sink::ApplicationDomain::Mail &mail, const QByteArray &data); |
31 | }; | 31 | }; |
32 | |||