[Xapian-commits] 9267: trunk/xapian-core/
trunk/xapian-core/backends/flint/
olly
xapian-commits at lists.xapian.org
Fri Sep 14 01:53:20 BST 2007
SVN root: svn://svn.xapian.org/xapian
Changes by: olly
Revision: 9267
Date: 2007-09-14 01:53:18 +0100 (Fri, 14 Sep 2007)
Log message (5 lines):
backends/flint/flint_cursor.cc,backends/flint/flint_cursor.h: Add
FlintCursor::find_entry_lt() and FlintCursor::find_entry_ge()
which we can implement more efficiently (in the future) than
user code calling FlintCursor::find_entry() and then having to
adjust the cursor position in some cases.
Modified files:
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/backends/flint/flint_cursor.cc
U trunk/xapian-core/backends/flint/flint_cursor.h
Links:
http://xapian.org/C?9267
http://xapian.org/C?9267?trunk/xapian-core/ChangeLog
http://xapian.org/C?9267?trunk/xapian-core/backends/flint/flint_cursor.cc
http://xapian.org/C?9267?trunk/xapian-core/backends/flint/flint_cursor.h
More information about the Xapian-commits
mailing list