Add mechanism to force a paranoid check of duplicates
commit88697b2894045de59bd26eeff61991ea03798c51
authorOlly Betts <olly@survex.com>
Mon, 23 Nov 2015 04:48:52 +0000 (23 04:48 +0000)
committerOlly Betts <olly@survex.com>
Mon, 23 Nov 2015 04:48:52 +0000 (23 04:48 +0000)
tree662cab3a55672d133259edb72554cb7920160560
parent6063b053d60f7291cdb482bdd4e071a4916dce0a
Add mechanism to force a paranoid check of duplicates

Previously we assumed that documents above the threshold must be new,
which is true if the threshold is an upper bound as with omindex.cc, but
not if it's a conservative threshold.
xapian-applications/omega/index_file.cc
xapian-applications/omega/index_file.h
xapian-applications/omega/omindex.cc