search for: matches_estimated

Displaying 2 results from an estimated 2 matches for "matches_estimated".

2006 May 10
2
ruby bindings odds and ends
In the Ruby bindings, set_X and get_X are renamed to remove the get/set, so MSet::get_matches_estimated() becomes a read-only property (if I have my terminology right) of the Ruby MSet class called matches_estimated. This matches how a Ruby programmer would expect a class to be designed. I was looking through the getters and setters list. I wonder if a few entries shouldn't be there, (the comme...
2010 Feb 18
2
xapian.DocNotFoundError: regression?
...ne 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 Xapian::MSet(Xapian::MSet::Internal(firstitem=0, matches_lower_bound=10, matches_estimated=10, matches_upper_bound=10, max_possible=0.047060994820388071802, max_attained=0.023530497410194035901, Xapian::MSetItem(1, 0.023530497410194035901, ), Xapian::MSetItem(2, 0.023530497410194035901, ), Xapian::MSetItem(3, 0.023530497410194035901, ), Xapian::MSe...