| add_document(const Xapian::Document &doc) | RemoteDatabase | [virtual] |
| add_spelling(const string &word, Xapian::termcount freqinc) const | Xapian::Database::Internal | [virtual] |
| add_synonym(const string &term, const string &synonym) const | Xapian::Database::Internal | [virtual] |
| as_remotedatabase() | RemoteDatabase | [virtual] |
| begin_transaction(bool flushed) | Xapian::Database::Internal | |
| cancel() | RemoteDatabase | [virtual] |
| cancel_transaction() | Xapian::Database::Internal | |
| clear_synonyms(const string &term) const | Xapian::Database::Internal | [virtual] |
| collect_document(Xapian::docid did) const | Xapian::Database::Internal | [virtual] |
| commit_transaction() | Xapian::Database::Internal | |
| delete_document(Xapian::docid did) | RemoteDatabase | [virtual] |
| delete_document(const std::string &unique_term) | RemoteDatabase | |
| Xapian::Database::Internal::delete_document(const string &unique_term) | Xapian::Database::Internal | [virtual] |
| do_close() | RemoteDatabase | [protected] |
| dtor_called() | Xapian::Database::Internal | [protected] |
| flush() | RemoteDatabase | [virtual] |
| get_avlength() const | RemoteDatabase | [virtual] |
| get_collection_freq(const string &tname) const | RemoteDatabase | [virtual] |
| get_doccount() const | RemoteDatabase | [virtual] |
| get_doclength(Xapian::docid did) const | RemoteDatabase | [virtual] |
| get_lastdocid() const | RemoteDatabase | [virtual] |
| get_message(string &message, reply_type required_type=REPLY_MAX) const | RemoteDatabase | [protected] |
| get_metadata(const string &key) const | Xapian::Database::Internal | [virtual] |
| get_mset(Xapian::MSet &mset) | RemoteDatabase | |
| get_posting(Xapian::docid &did, Xapian::weight &w, string &value) | RemoteDatabase | [protected] |
| get_progcontext(const std::string &progname, const std::string &args) | ProgClient | [private, static] |
| get_remote_stats(bool nowait, Stats &out) | RemoteDatabase | |
| get_spelling_frequency(const string &word) const | Xapian::Database::Internal | [virtual] |
| get_termfreq(const string &tname) const | RemoteDatabase | [virtual] |
| has_positions() const | RemoteDatabase | [virtual] |
| Internal() | Xapian::Database::Internal | [protected] |
| keep_alive() | RemoteDatabase | [virtual] |
| open_allterms(const string &prefix) const | RemoteDatabase | [virtual] |
| open_document(Xapian::docid did, bool lazy) const | RemoteDatabase | [virtual] |
| open_metadata_keylist(const std::string &prefix) const | Xapian::Database::Internal | [virtual] |
| open_position_list(Xapian::docid did, const string &tname) const | RemoteDatabase | [virtual] |
| open_post_list(const string &tname) const | RemoteDatabase | [virtual] |
| open_spelling_termlist(const string &word) const | Xapian::Database::Internal | [virtual] |
| open_spelling_wordlist() const | Xapian::Database::Internal | [virtual] |
| open_synonym_keylist(const string &prefix) const | Xapian::Database::Internal | [virtual] |
| open_synonym_termlist(const string &term) const | Xapian::Database::Internal | [virtual] |
| open_term_list(Xapian::docid did) const | RemoteDatabase | [virtual] |
| operator=(const ProgClient &) | ProgClient | [private] |
| pid | ProgClient | [private] |
| ProgClient(const ProgClient &) | ProgClient | [private] |
| ProgClient(const std::string &progname, const std::string &arg, int msecs_timeout, bool writable) | ProgClient | |
| read_post_list(const string &term, NetworkPostList &pl) const | RemoteDatabase | |
| ref_count | Xapian::Internal::RefCntBase | [mutable] |
| ref_count_t typedef | Xapian::Internal::RefCntBase | |
| RefCntBase(const RefCntBase &) | Xapian::Internal::RefCntBase | [inline, protected] |
| RefCntBase() | Xapian::Internal::RefCntBase | [inline] |
| RemoteDatabase(int fd, Xapian::timeout timeout_, const string &context_, bool writable) | RemoteDatabase | [protected] |
| remove_spelling(const string &word, Xapian::termcount freqdec) const | Xapian::Database::Internal | [virtual] |
| remove_synonym(const string &term, const string &synonym) const | Xapian::Database::Internal | [virtual] |
| reopen() | RemoteDatabase | [virtual] |
| replace_document(Xapian::docid did, const Xapian::Document &doc) | RemoteDatabase | [virtual] |
| replace_document(const std::string &unique_term, const Xapian::Document &document) | RemoteDatabase | |
| Xapian::Database::Internal::replace_document(const string &unique_term, const Xapian::Document &document) | Xapian::Database::Internal | [virtual] |
| request_document(Xapian::docid) const | Xapian::Database::Internal | [virtual] |
| run_program(const std::string &progname, const std::string &args, pid_t &pid) | ProgClient | [private, static] |
| send_global_stats(Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount check_at_least, const Stats &stats) | RemoteDatabase | |
| send_message(message_type type, const string &data) const | RemoteDatabase | [protected] |
| set_metadata(const string &key, const string &value) | Xapian::Database::Internal | [virtual] |
| set_query(const Xapian::Query::Internal *query, Xapian::termcount qlen, Xapian::valueno collapse_key, Xapian::Enquire::docid_order order, Xapian::valueno sort_key, Xapian::Enquire::Internal::sort_setting sort_by, bool sort_value_forward, int percent_cutoff, Xapian::weight weight_cutoff, const Xapian::Weight *wtscheme, const Xapian::RSet &omrset) | RemoteDatabase | |
| term_exists(const string &tname) const | RemoteDatabase | [virtual] |
| timeout | RemoteDatabase | [protected] |
| transaction_active() const | Xapian::Database::Internal | [inline, protected] |
| TRANSACTION_FLUSHED enum value | Xapian::Database::Internal | [protected] |
| TRANSACTION_NONE enum value | Xapian::Database::Internal | [protected] |
| transaction_state | Xapian::Database::Internal | [protected] |
| TRANSACTION_UNFLUSHED enum value | Xapian::Database::Internal | [protected] |
| TRANSACTION_UNIMPLEMENTED enum value | Xapian::Database::Internal | [protected] |
| ~Internal() | Xapian::Database::Internal | [virtual] |
| ~ProgClient() | ProgClient | |