]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
search: remove unnecessary abstractions and functionality
authorEric Wong <e@80x24.org>
Fri, 10 Feb 2017 01:51:05 +0000 (01:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 10 Feb 2017 02:08:58 +0000 (02:08 +0000)
commit52f9edfb756676b471deac69e5d55df1933aa528
tree70d8e53d8cd09600968e68f80bd4d288cf0ee77e
parentfa52216cc1bd95db3757f5bcae46ab539b66ce1d
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/RepoGitSearch.pm
lib/PublicInbox/RepoGitSearchIdx.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchMsg.pm
t/search.t
t/thread-all.t