]> Sergey Matveev's repositories - public-inbox.git/commit
search: support reindexing existing search indices
authorEric Wong <e@80x24.org>
Sun, 31 Jul 2016 00:02:06 +0000 (00:02 +0000)
committerEric Wong <e@80x24.org>
Sun, 31 Jul 2016 23:40:56 +0000 (23:40 +0000)
commit3f4c9ce3d2c0796c6c3f352b5b586ddd7a85ffb0
tree7fa0e627978a1d62024fc70c7b32c57707a2550b
parent3a988efc28064954e64419bb0d368684fa7c7f20
search: support reindexing existing search indices

This should make tweaking the way we search more efficiet
by allowing us to avoid doubling destroying the index every
time we want to change something.

We also give priority to incremental indexing via
public-inbox-{watch,mda} and have manual invocations of
public-inbox-index perform batch updates while releasing
ssoma.lock.
lib/PublicInbox/SearchIdx.pm
script/public-inbox-index