Class Xapian::Match
In: /data/home/olly/tmp/xapian-svn-snapshot/tags/1.0.5/xapian/xapian-bindings/ruby/docs/../xapian.rb
Parent: Object
  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..)

Methods

==   new  

Attributes

collapse_count  [RW] 
docid  [RW] 
document  [RW] 
percent  [RW] 
rank  [RW] 
weight  [RW] 

Public Class methods

Public Instance methods

[Validate]