Displaying 1 result from an estimated 1 matches for "xaptest".
Did you mean:
aaptest
2010 Feb 18
2
xapian.DocNotFoundError: regression?
...ng
xapian.DocNotFoundError.
I've attached a small test case which reproduces this. The same test
case works fine with 1.0.16 (not the latest 1.0.x, but it's what I had
installed).
Program output with 1.1.3 (core) / 1.1.4 (bindings):
tack at orion:~$ rm -rf xapdb/; python xaptest.py
Traceback (most recent call last):
File "xaptest.py", line 23, in <module>
print enquire.get_mset(0, 10)
xapian.DocNotFoundError: Document 2 not found
Program output with 1.0.16:
tack at orion:~$ rm -rf xapdb/; python xaptest.py...