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 all metadata keys for this database.

Returns an Array of term positions 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 Xapian::Term objects for the spelling dictionary.

Returns an Array of terms with synonyms.

Returns an Array of synonyms of the given term.

Returns an Array of Terms for the given docid.

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

[Validate]