]> Sergey Matveev's repositories - public-inbox.git/commit
xcpdb: show re-indexing progress
authorEric Wong <e@80x24.org>
Thu, 23 May 2019 09:36:58 +0000 (09:36 +0000)
committerEric Wong <e@80x24.org>
Thu, 23 May 2019 17:43:50 +0000 (17:43 +0000)
commit3e894f400e588246f529dd4fb1257e19e63a17ed
tree22c03bcb053394043bc832ce39abfc557ea670c7
parent24363017ffeba73f5b02c5e2d1dc465c682c676b
xcpdb: show re-indexing progress

Emit information about reindexing git revision ranges when used
with xcpdb.  Additionally, distinguish Xapian copy output from
v2 git epoch counting by increasing directory context info.

For now, v1 batches batches are emitted.  v2 indexing is still
missing progress reporting for batches, as the data structures
for reindexing would benefit from a refactoring, first.

This does not currently affect the use of public-inbox-index,
but may in the future.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/Xapcmd.pm