]> Sergey Matveev's repositories - public-inbox.git/commit
lei q: do not collapse threads with `-tt'
authorEric Wong <e@80x24.org>
Tue, 14 Feb 2023 02:42:32 +0000 (02:42 +0000)
committerEric Wong <e@80x24.org>
Wed, 15 Feb 2023 04:31:22 +0000 (04:31 +0000)
commit771dda802ec8c13dc13a1daabcefee9f3df9bb38
treeda864819b19b00ac8540d0a94d8c64e07cf4abb3
parentdd029354eb69c4faf3160640828fd8e7b9403855
lei q: do not collapse threads with `-tt'

While having Xapian collapse threads is an easy way to reduce
the amount of deduplication work we need to do when writing
out threads; we can't rely on it when using `lei q -tt` since
that needs to flag all hits.

Reported-by: Maxim Mikityanskiy <maxtram95@gmail.com>
Link: https://public-inbox.org/git/Y+pgBmj0jxR+cVkD@mail.gmail.com/
lib/PublicInbox/Search.pm