]> Sergey Matveev's repositories - public-inbox.git/commit
searchmsg: remove Xapian::Document field
authorEric Wong <e@80x24.org>
Tue, 8 Jan 2019 11:13:29 +0000 (11:13 +0000)
committerEric Wong <e@80x24.org>
Tue, 8 Jan 2019 19:27:49 +0000 (19:27 +0000)
commit588111b86a69c28384f4c907fe7b1b87aa484f32
treefaab13985ea9ef392c47fe9627b06a634e9ece6f
parentbbb8c7788ebaa7f3679d387725ee1998f0b2f615
searchmsg: remove Xapian::Document field

We don't need to be carrying this around with the many SearchMsg
objects we have.  This saves about 20K from a large SearchView
"&x=t" response.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm