[Xapian-discuss] Feature requests
Olly Betts
olly at survex.com
Wed Feb 21 14:41:35 GMT 2007
On Wed, Feb 21, 2007 at 01:23:11PM +0100, Markus W?rle wrote:
> This program populates a fresh database with 10 documents, 5 with
> term "test" (termcount:1) and values 0-4, and 5 with term
> "test" (termcount:2) and also values 0-4. Then it performs some
> searches on this index, all with the same query ("test"). The first
> search requests 10 results, starting from 0. The following searches
> produce the same result, but requests first 1 result starting from 0,
> 1 result starting from 1, and 8 results starting from 2. Both methods
> should give the same output.
Yes. There's even a test which does pretty much the same check in the
C++ test suite (consistency1 IIRC), but I think it just tests a
relevance ordered search.
I've filed a bug for this:
http://www.xapian.org/cgi-bin/bugzilla/show_bug.cgi?id=110
Feel free to add yourself to the "CC:" list.
Which Xapian version are you using? And which Search::Xapian version?
Cheers,
Olly
More information about the Xapian-discuss
mailing list