xapian-core  1.4.25
Functions
chert_dbcheck.h File Reference

Check a chert table. More...

#include "xapian/types.h"
#include "chert_types.h"
#include <cstring>
#include <iosfwd>
#include <string>
#include <vector>
+ Include dependency graph for chert_dbcheck.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 

Detailed Description

Check a chert table.

Definition in file chert_dbcheck.h.

Function Documentation

◆ check_chert_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 
)