]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: fix (undocumented) --skip-docdata handling
authorEric Wong <e@80x24.org>
Thu, 24 Sep 2020 10:13:39 +0000 (10:13 +0000)
committerEric Wong <e@80x24.org>
Thu, 24 Sep 2020 21:18:44 +0000 (21:18 +0000)
commit2255a4ad2fa2384c1f4cec6dd267383396cbc945
treee5d00c41abb08184d0b44584822a1e8160d82ac0
parent8d7216a0c278272d7d3525f4bb0ec1fa74486698
searchidx: fix (undocumented) --skip-docdata handling

This switch is still undocumented, but we can reduce the scope
of our Xapian docdata dependency by moving its only caller to
SearchIdx.  This reduces the amount of code loaded by read-only
code paths.
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/Smsg.pm
t/search.t