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/query.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/query.h')
-rw-r--r-- | common/query.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/query.h b/common/query.h index 5b37cdd..1e7b41d 100644 --- a/common/query.h +++ b/common/query.h | |||
@@ -35,7 +35,8 @@ public: | |||
35 | Invalid, | 35 | Invalid, |
36 | Equals, | 36 | Equals, |
37 | Contains, | 37 | Contains, |
38 | In | 38 | In, |
39 | Fulltext | ||
39 | }; | 40 | }; |
40 | 41 | ||
41 | Comparator(); | 42 | Comparator(); |