]> Sergey Matveev's repositories - public-inbox.git/commit
search: remove unnecessary abstractions and functionality
authorEric Wong <e@80x24.org>
Wed, 14 Jun 2017 00:14:46 +0000 (00:14 +0000)
committerEric Wong <e@80x24.org>
Wed, 14 Jun 2017 00:15:44 +0000 (00:15 +0000)
commit7eeadcb62729b0efbcb53cd9b7b181897c92cf9a
treeb0201fd1678f0b53b8ff26e665d8a6f78390534f
parente772b371ea15d5903720a00c7c24b535e781b4bf
search: remove unnecessary abstractions and functionality

This simplifies the code a bit and reduces the translation
overhead for looking directly at data from tools shipped
with Xapian.

While we're at it, fix thread-all.t :)
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm
t/search.t