Ruby wrapper for a Match, i.e. a Xapian::MSetIterator (Match Set) in C++.
it’s no longer an iterator in the Ruby version, but we want to preserve its non-iterative data. (MSetIterator is not dangerous, but it is inconvenient to use from a Ruby idiom, so we wrap it..)
# File xapian.rb, line 93 def initialize(docid, document, rank, weight, collapse_count, percent) @docid = docid @document = document @rank = rank @weight = weight @collapse_count = collapse_count @percent = percent end
Generated with the Darkfish Rdoc Generator 2.