Class Xapian::Database
In: xapian.rb
Parent: Object

Refer to the Xapian::Database C++ API documentation for methods not specific to Ruby.

Methods

Public Instance methods

Returns an Array of all Xapian::Terms for this database.

Returns an Array of Xapian::Termpos objects for the given term (a String) in the given docid.

Returns an Array of Xapian::Postings for the given term. term is a string.

Returns an Array of Terms for the given docid.

Returns an Array of Xapian::Value objects for the given slot in the database.

[Validate]