search for: omrset

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

Did you mean: offset
2010 Dec 16
1
Enquire::get_mset() "first" and MatchDecider
...ire::get_mset(), possibly based on wrong assumptions on how Xapian works, but I would be grateful if someone satisfied my curiosity. Xapian::MSet Xapian::Enquire::get_mset(Xapian::doccount first, Xapian::doccount maxitems, const Xapian::RSet * omrset = 0, const Xapian::MatchDecider * mdecider = 0) const I had assumed that the "first" parameter referred to an index in the result set as filtered by the MatchDecider, but then it seems strange that you can change the latter from call to call. Under what condi...
2009 Jan 27
1
Segmentation fault in MSetIterator get_weight
Hi, I'm using xapian with c# and mono and i'm having a segfault in get_weight. When i print the index variable, the value is clearly too high. I think something write over it. Do you have any idea on how i could trace the beginning of the segmentation fault ? Thanks, -- Yann