]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: remove $oid parameter from most calls
authorEric Wong <e@80x24.org>
Mon, 7 Dec 2020 07:40:52 +0000 (07:40 +0000)
committerEric Wong <e@80x24.org>
Tue, 8 Dec 2020 07:19:31 +0000 (07:19 +0000)
commita9d492511697f64e495dc48d0eb29c20f9fe590c
tree601ce320408950f0fd603eba72275771dc50d1cd
parent04320a20df07cd4f1ea344f3aa3ee6e15128a356
searchidx: remove $oid parameter from most calls

Xapian docids have been tied to the over {num} column for
nearly 3 years, now; and OIDs are no longer stored in Xapian
document data.  There's no need to increase code and IPC
complexity by passing the OID around.
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm