]> git.notmuchmail.org Git - notmuch/commit
lib: Explicitly set BoolWeight when searching.
authorCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2010 19:16:40 +0000 (11:16 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 9 Jan 2010 19:16:40 +0000 (11:16 -0800)
commit45b1856782beca246cd2670ea6b122b0c9e06fc0
treef984eb32c6292041634c898dd0772e7ae5e9b59d
parentd12801c8b4d04a50fcb912b75017244fb09658e8
lib: Explicitly set BoolWeight when searching.

All notmuch searches currently sort by value (either date or message
ID) so it's just wasted effort for Xapian to compute relevance values
for each result. We now explicitly tell Xapian that we're uninterested
in the relevance values.
lib/query.cc