xapian-core
1.4.26
|
This is the complete list of members for Xapian::Database, including all inherited members.
add_database(const Database &database) | Xapian::Database | |
allterms_begin(const std::string &prefix=std::string()) const | Xapian::Database | |
allterms_end(const std::string &=std::string()) const | Xapian::Database | inline |
check(const std::string &path, int opts=0, std::ostream *out=NULL) | Xapian::Database | inlinestatic |
check(int fd, int opts=0, std::ostream *out=NULL) | Xapian::Database | inlinestatic |
check_(const std::string *path_ptr, int fd, int opts, std::ostream *out) | Xapian::Database | privatestatic |
close() | Xapian::Database | virtual |
compact(const std::string &output, unsigned flags=0, int block_size=0) | Xapian::Database | inline |
compact(int fd, unsigned flags=0, int block_size=0) | Xapian::Database | inline |
compact(const std::string &output, unsigned flags, int block_size, Xapian::Compactor &compactor) | Xapian::Database | inline |
compact(int fd, unsigned flags, int block_size, Xapian::Compactor &compactor) | Xapian::Database | inline |
compact_(const std::string *output_ptr, int fd, unsigned flags, int block_size, Xapian::Compactor *compactor) const | Xapian::Database | private |
Database() | Xapian::Database | |
Database(const std::string &path, int flags=0) | Xapian::Database | explicit |
Database(int fd, int flags=0) | Xapian::Database | explicit |
Database(Internal *internal) | Xapian::Database | explicitprivate |
Database(const Database &other) | Xapian::Database | |
get_average_length() const | Xapian::Database | inline |
get_avlength() const | Xapian::Database | |
get_collection_freq(const std::string &tname) const | Xapian::Database | |
get_description() const | Xapian::Database | virtual |
get_doccount() const | Xapian::Database | |
get_doclength(Xapian::docid did) const | Xapian::Database | |
get_doclength_lower_bound() const | Xapian::Database | |
get_doclength_upper_bound() const | Xapian::Database | |
get_document(Xapian::docid did) const | Xapian::Database | |
get_document(Xapian::docid did, unsigned flags) const | Xapian::Database | |
get_lastdocid() const | Xapian::Database | |
get_metadata(const std::string &key) const | Xapian::Database | |
get_revision() const | Xapian::Database | |
get_spelling_suggestion(const std::string &word, unsigned max_edit_distance=2) const | Xapian::Database | |
get_termfreq(const std::string &tname) const | Xapian::Database | |
get_total_length() const | Xapian::Database | |
get_unique_terms(Xapian::docid did) const | Xapian::Database | |
get_uuid() const | Xapian::Database | |
get_value_freq(Xapian::valueno slot) const | Xapian::Database | |
get_value_lower_bound(Xapian::valueno slot) const | Xapian::Database | |
get_value_upper_bound(Xapian::valueno slot) const | Xapian::Database | |
get_wdf_upper_bound(const std::string &term) const | Xapian::Database | |
has_positions() const | Xapian::Database | |
internal | Xapian::Database | private |
keep_alive() | Xapian::Database | |
locked() const | Xapian::Database | |
metadata_keys_begin(const std::string &prefix=std::string()) const | Xapian::Database | |
metadata_keys_end(const std::string &=std::string()) const | Xapian::Database | inline |
operator=(const Database &other) | Xapian::Database | |
positionlist_begin(Xapian::docid did, const std::string &tname) const | Xapian::Database | |
positionlist_end(Xapian::docid, const std::string &) const | Xapian::Database | inline |
postlist_begin(const std::string &tname) const | Xapian::Database | |
postlist_end(const std::string &) const | Xapian::Database | inline |
reopen() | Xapian::Database | |
size() const | Xapian::Database | inline |
spellings_begin() const | Xapian::Database | |
spellings_end() const | Xapian::Database | inline |
synonym_keys_begin(const std::string &prefix=std::string()) const | Xapian::Database | |
synonym_keys_end(const std::string &=std::string()) const | Xapian::Database | inline |
synonyms_begin(const std::string &term) const | Xapian::Database | |
synonyms_end(const std::string &) const | Xapian::Database | inline |
term_exists(const std::string &tname) const | Xapian::Database | |
termlist_begin(Xapian::docid did) const | Xapian::Database | |
termlist_end(Xapian::docid) const | Xapian::Database | inline |
valuestream_begin(Xapian::valueno slot) const | Xapian::Database | |
valuestream_end(Xapian::valueno) const | Xapian::Database | inline |
~Database() | Xapian::Database | virtual |