class Xapian::Match

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..)