about summary refs log tree commit homepage
path: root/public-inbox-index
DateCommit message (Collapse)
2015-08-18public-inbox-index: exit with usage if not given an arg
I often forget how to use this myself :x
2015-08-17search: simplify indexing operation
There's no need to make a transaction for each message when doing incremental indexing against a git repository. While we're at it, simplify the interface for callers, too and do not auto-create the Xapian database if it was not explicitly enabled.
2015-08-15search: implement index_sync to fixup indexer
We need to make the indexer executable and installable while we're at it.
2015-08-13initial search backend implementation
This shall allow us to search for replies/threads more easily.