xapian-core
1.4.26
|
This is the complete list of members for ProgClient, including all inherited members.
_refs | Xapian::Internal::intrusive_base | mutable |
add_document(const Xapian::Document &doc) | RemoteDatabase | virtual |
add_spelling(const std::string &, Xapian::termcount) const | RemoteDatabase | virtual |
add_synonym(const string &term, const string &synonym) const | Xapian::Database::Internal | virtual |
begin_transaction(bool flushed) | Xapian::Database::Internal | |
cancel() | RemoteDatabase | virtual |
cancel_transaction() | Xapian::Database::Internal | |
child | ProgClient | private |
clear_synonyms(const string &term) const | Xapian::Database::Internal | virtual |
close() | RemoteDatabase | virtual |
collect_document(Xapian::docid did) const | Xapian::Database::Internal | virtual |
commit() | RemoteDatabase | virtual |
commit_transaction() | Xapian::Database::Internal | |
delete_document(Xapian::docid did) | RemoteDatabase | virtual |
delete_document(const std::string &unique_term) | RemoteDatabase | virtual |
do_close() | RemoteDatabase | protected |
dtor_called() | Xapian::Database::Internal | protected |
get_backend_info(string *path) const | RemoteDatabase | inlinevirtual |
get_doccount() const | RemoteDatabase | virtual |
get_doclength(Xapian::docid did) const | RemoteDatabase | virtual |
get_doclength_lower_bound() const | RemoteDatabase | virtual |
get_doclength_upper_bound() const | RemoteDatabase | virtual |
get_freqs(const string &term, Xapian::doccount *termfreq_ptr, Xapian::termcount *collfreq_ptr) const | RemoteDatabase | virtual |
get_lastdocid() const | RemoteDatabase | virtual |
get_message(std::string &message, reply_type required_type, reply_type required_type2) const | RemoteDatabase | protected |
get_message(std::string &message, reply_type required_type) const | RemoteDatabase | inlineprotected |
get_message_or_done(std::string &message, reply_type required_type) const | RemoteDatabase | inlineprotected |
get_metadata(const string &key) const | RemoteDatabase | virtual |
get_mset(Xapian::MSet &mset, const vector< Xapian::Internal::opt_intrusive_ptr< Xapian::MatchSpy >> &matchspies) | RemoteDatabase | |
get_posting(Xapian::docid &did, double &w, string &value) | RemoteDatabase | protected |
get_progcontext(const std::string &progname, const std::string &args) | ProgClient | privatestatic |
get_remote_stats(bool nowait, Xapian::Weight::Internal &out) | RemoteDatabase | |
get_revision_info() const | Xapian::Database::Internal | virtual |
get_spelling_frequency(const string &word) const | Xapian::Database::Internal | virtual |
get_total_length() const | RemoteDatabase | virtual |
get_unique_terms(Xapian::docid did) const | RemoteDatabase | virtual |
get_used_docid_range(Xapian::docid &first, Xapian::docid &last) const | Xapian::Database::Internal | virtual |
get_uuid() const | RemoteDatabase | virtual |
get_value_freq(Xapian::valueno slot) const | RemoteDatabase | virtual |
get_value_lower_bound(Xapian::valueno slot) const | RemoteDatabase | virtual |
get_value_upper_bound(Xapian::valueno slot) const | RemoteDatabase | virtual |
get_wdf_upper_bound(const string &term) const | RemoteDatabase | virtual |
has_positions() const | RemoteDatabase | virtual |
Internal() | Xapian::Database::Internal | inlineprotected |
intrusive_base() | Xapian::Internal::intrusive_base | inline |
invalidate_doc_object(Xapian::Document::Internal *obj) const | Xapian::Database::Internal | virtual |
keep_alive() | RemoteDatabase | virtual |
locked() const | 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 | RemoteDatabase | 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 |
open_value_list(Xapian::valueno slot) const | Xapian::Database::Internal | virtual |
operator=(const ProgClient &) | ProgClient | private |
ProgClient(const ProgClient &) | ProgClient | private |
ProgClient(const std::string &progname, const std::string &arg, double timeout, bool writable, int flags) | ProgClient | |
read_post_list(const string &term, NetworkPostList &pl) const | RemoteDatabase | |
read_value_stats(Xapian::valueno slot) const | RemoteDatabase | |
readahead_for_query(const Xapian::Query &query) | Xapian::Database::Internal | virtual |
RemoteDatabase(int fd, double timeout_, const string &context_, bool writable, int flags) | RemoteDatabase | protected |
remove_spelling(const std::string &, Xapian::termcount freqdec) const | RemoteDatabase | 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 | virtual |
request_document(Xapian::docid) const | Xapian::Database::Internal | virtual |
run_program(const std::string &progname, const std::string &args, pid_t &child) | ProgClient | privatestatic |
send_global_stats(Xapian::doccount first, Xapian::doccount maxitems, Xapian::doccount check_at_least, const Xapian::Weight::Internal &stats) | RemoteDatabase | |
send_message(message_type type, const string &data) const | RemoteDatabase | protected |
set_metadata(const string &key, const string &value) | RemoteDatabase | virtual |
set_query(const Xapian::Query &query, Xapian::termcount qlen, Xapian::doccount collapse_max, Xapian::valueno collapse_key, Xapian::Enquire::docid_order order, Xapian::valueno sort_key, Xapian::Enquire::Internal::sort_setting sort_by, bool sort_value_forward, double time_limit, int percent_cutoff, double weight_cutoff, const Xapian::Weight *wtscheme, const Xapian::RSet &omrset, const vector< Xapian::Internal::opt_intrusive_ptr< Xapian::MatchSpy >> &matchspies) | RemoteDatabase | |
term_exists(const string &tname) const | RemoteDatabase | virtual |
timeout | RemoteDatabase | protected |
transaction_active() const | Xapian::Database::Internal | inlineprotected |
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 |
write_changesets_to_fd(int fd, const std::string &start_revision, bool need_whole_db, Xapian::ReplicationInfo *info) | Xapian::Database::Internal | virtual |
~Internal() | Xapian::Database::Internal | virtual |
~ProgClient() | ProgClient |