Object
Refer to the Xapian::MSet C++ API documentation for methods not specific to Ruby.
# File xapian.rb, line 197 def matches Xapian._safelyIterate(self._begin(), self._end()) { |item| Xapian::Match.new(item.docid, item.document, item.rank, item.weight, item.collapse_count, item.percent) } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.