]> Sergey Matveev's repositories - public-inbox.git/commit
index: --sequential-shard works incrementally
authorEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 02:11:53 +0000 (02:11 +0000)
committerEric Wong <e@yhbt.net>
Mon, 10 Aug 2020 05:51:02 +0000 (05:51 +0000)
commit699b8950037907cfd350bc116a1c2ecaa566dabf
tree273d6cf59112b39474a4e0f819e867aa06ba635c
parent03d2ebbcde99903bd84d3fd0c2815edc28ee3acf
index: --sequential-shard works incrementally

We should never reindex all data in Xapian unless --reindex is
specified on the command-line.  This means users who put
publicInbox.indexSequentialShard in their config file won't have
to put up with a full reindex at every invocation, only when
they specify --reindex.

We'll also cleanup the progress output to not emit non-sensical
ranges where the starting number is higher than the end.
lib/PublicInbox/V2Writable.pm