API for working with Xapian databases. More...
Classes | |
class | Xapian::Database |
This class is used to access a database, or a group of databases. More... | |
class | Xapian::WritableDatabase |
This class provides read/write access to a database. More... | |
Namespaces | |
namespace | Xapian |
The Xapian namespace contains public interfaces for the Xapian library. | |
Variables | |
const int | Xapian::DB_CREATE_OR_OPEN = 1 |
Open for read/write; create if no db exists. | |
const int | Xapian::DB_CREATE = 2 |
Create a new database; fail if db exists. | |
const int | Xapian::DB_CREATE_OR_OVERWRITE = 3 |
Overwrite existing db; create if none exists. | |
const int | Xapian::DB_OPEN = 4 |
Open for read/write; fail if no db exists. | |
const int | Xapian::DBCHECK_SHORT_TREE = 1 |
Show a short-format display of the B-tree contents. | |
const int | Xapian::DBCHECK_FULL_TREE = 2 |
Show a full display of the B-tree contents. | |
const int | Xapian::DBCHECK_SHOW_BITMAP = 4 |
Show the bitmap for the B-tree. | |
const int | Xapian::DBCHECK_SHOW_STATS = 8 |
Show statistics for the B-tree. | |
const int | Xapian::DBCHECK_FIX = 16 |
Fix problems. |
API for working with Xapian databases.