summaryrefslogtreecommitdiffstats
path: root/common/indexer.h
Commit message (Collapse)AuthorAge
* Fixed the thread index.Christian Mollekopf2018-06-19
| | | | | | | | * Modifications could result in index changes because we lost the threadId due to remove + add. A modify was necessary (although we can ignore it for the email case). * The ThreadIndexer would try to lookup and potentially index threads for empty parent ids, which is clearly wrong.
* Xapian based fulltext indexingChristian Mollekopf2018-02-11
| | | | | This cuts into the sync performance by about 40%, but gives us fast fulltext searching for all local content.
* Fixed build issues with pedantic enabledChristian Mollekopf2017-01-12
|
* A new indexer subsystem that can be used for indexes that are moreChristian Mollekopf2016-10-21
complex than a simple key-value pair.