[Xapian-commits] Changes in xapian/xapian-core/
xapian/xapian-core/matcher/
Olly Betts
olly at ixion.tartarus.org
Fri Nov 26 03:52:52 GMT 2004
CVS Root: /usr/data/cvs
Module: xapian
Changes by: olly
Date: Fri Nov 26 2004 03:52:51 GMT
Log message:
matcher/bm25weight.cc,matcher/tradweight.cc: termfreq is always
exact for matching (we only approximate it for query expansion)
so replace code to work around bad approximations with Assert() to
make sure this never happens.
Modified files:
xapian-core : ChangeLog
xapian-core/matcher: bm25weight.cc tradweight.cc
Links:
http://xapian.org/C?xapian/xapian-core/ChangeLog?1.2603?1.2604
http://xapian.org/C?xapian/xapian-core/matcher/bm25weight.cc?1.34?1.35
http://xapian.org/C?xapian/xapian-core/matcher/tradweight.cc?1.33?1.34
More information about the Xapian-commits
mailing list