]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: use add_boolean_term for internal terms
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 3 Mar 2018 17:26:16 +0000 (17:26 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Sat, 3 Mar 2018 17:26:16 +0000 (17:26 +0000)
commit43fd7e7bda1b8eeb32cf43f6fd89568a938aedf5
tree2a165144b8f01fbc1b41340124af10f7224e5b0f
parentd95eee4a10bdb9d30a6aeb93b475250e02109506
searchidx: use add_boolean_term for internal terms

Aside from the Message-Id ('Q'), these terms do not appear in
content and thus have no business contributing to the Xapian
document length.

Thanks-to Olly Betts for the tip on xapian-discuss
<20180228004400.GU12724@survex.com>
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxSkeleton.pm
lib/PublicInbox/SearchMsg.pm