Overhaul xapian-inspect and xapian-inspect-honey
commitef441f858d459bdacbbe4f051685f142d80ff0ef
authorOlly Betts <olly@survex.com>
Thu, 22 Feb 2018 02:13:16 +0000 (22 15:13 +1300)
committerOlly Betts <olly@survex.com>
Mon, 21 Aug 2023 21:24:39 +0000 (22 09:24 +1200)
tree3741c510cca8b30f429326d7d11034228f2d0770
parent485123c3f85f113ab52ca1caa4c6b0cbfff104e0
Overhaul xapian-inspect and xapian-inspect-honey

"goto" and "until" now go to the entry after if there's no exact match,
which seems more natural and fits better with how honey cursors work
internally.

Replace uses of find_entry() with find_entry_ge() or find_entry_lt().
I'm trying to eliminate HoneyCursor::find_entry(), and keeping the
glass and honey versions aligned makes for easier maintenance.

(cherry picked from commit 42c4efe01e93bfd834e2adbb5618f5ab8395d57a)
xapian-core/bin/xapian-inspect.cc