22 #ifndef XAPIAN_INCLUDED_CHERT_DBCHECK_H 23 #define XAPIAN_INCLUDED_CHERT_DBCHECK_H 36 std::vector<Xapian::termcount> & doclens,
40 #endif // XAPIAN_INCLUDED_CHERT_DBCHECK_H
Types used by chert backend and the Btree manager.
unsigned int chert_revision_number_t
A type used to store a revision number for a table.
size_t check_chert_table(const char *tablename, const std::string &dir, chert_revision_number_t *rev_ptr, int opts, std::vector< Xapian::termcount > &doclens, Xapian::doccount doccount, Xapian::docid db_last_docid, std::ostream *out)
unsigned XAPIAN_DOCID_BASE_TYPE doccount
A count of documents.
unsigned XAPIAN_DOCID_BASE_TYPE docid
A unique identifier for a document.