]> Sergey Matveev's repositories - public-inbox.git/commit
search: reduce columns stored in Xapian
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sun, 1 Apr 2018 06:30:37 +0000 (06:30 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sun, 1 Apr 2018 23:27:54 +0000 (23:27 +0000)
commit7503aeb540af5afd5cb1b554b3c29f35f5fc918d
treea951f16abdeed74b97182c7b24b378a2bf02aeaa
parent11182cf3e95cf76bbaf3112311cf613755d1a86a
search: reduce columns stored in Xapian

We can store :bytes and :lines in doc_data since we never
sort or search by them.  We don't have much use for the Date:
stamp at the moment, either.
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxSkeleton.pm
lib/PublicInbox/SearchMsg.pm