Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixed the thread index. | Christian Mollekopf | 2018-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 indexing | Christian Mollekopf | 2018-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 enabled | Christian Mollekopf | 2017-01-12 |
| | |||
* | A new indexer subsystem that can be used for indexes that are more | Christian Mollekopf | 2016-10-21 |
complex than a simple key-value pair. |