1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-25 07:28:02 +02:00
mu/lib/index
Dirk-Jan C. Binnema 4c0b7db3d8 store: add 'add_document' optimization, use it
*Usually* we need Xapian's replace_document() API, but when we know a
document (message) is completely new, we can use the faster
add_document(). That is the case with the initial (re)indexing, when
start with an empty database.

Also a few smaller cleanups.
2023-07-25 23:56:19 +03:00
..
meson.build lib/index: add rudimentary scanner test 2023-07-18 19:08:16 +03:00
mu-indexer.cc store: add 'add_document' optimization, use it 2023-07-25 23:56:19 +03:00
mu-indexer.hh indexer/store: avoid completed callback 2022-05-18 20:16:48 +03:00
mu-scanner.cc index/scanner: implement i-node sorting 2023-07-25 22:39:12 +03:00
mu-scanner.hh index/scanner: implement i-node sorting 2023-07-25 22:39:12 +03:00