]> Sergey Matveev's repositories - public-inbox.git/commit
search: do not index references and inreplyto terms
authorEric Wong <e@80x24.org>
Sun, 30 Aug 2015 00:38:05 +0000 (00:38 +0000)
committerEric Wong <e@80x24.org>
Sun, 30 Aug 2015 01:10:01 +0000 (01:10 +0000)
commit8ea217f4452e34776ba294b5090827c99656cada
tree23d72ea008cdd0ba6d37dde2d8a303c60ecbe7e1
parentf24d362fb0959cdfab37a6da0a66a985764a2752
search: do not index references and inreplyto terms

We no longer need them, as we can rely on index-time thread
resolution and thread merging.  This allows us to index less
data and hopefully increase efficiency.
lib/PublicInbox/Search.pm
lib/PublicInbox/SearchIdx.pm
t/search.t