xapian-core  2.0.0
HoneyInverter Member List

This is the complete list of members for HoneyInverter, including all inherited members.

add_posting(Xapian::docid did, const std::string &term, Xapian::doccount wdf)HoneyInverterinline
clear()HoneyInverterinline
delete_doclength(Xapian::docid did)HoneyInverterinline
delete_positionlist(Xapian::docid did, const std::string &term)HoneyInverter
DELETED_POSTINGHoneyInverterprivatestatic
doclen_changesHoneyInverter
flush(HoneyPostListTable &table)HoneyInverter
flush_all_post_lists(HoneyPostListTable &table)HoneyInverter
flush_doclengths(HoneyPostListTable &table)HoneyInverter
flush_pos_lists(HoneyPositionTable &table)HoneyInverter
flush_post_list(HoneyPostListTable &table, const std::string &term)HoneyInverter
flush_post_lists(HoneyPostListTable &table, const std::string &pfx)HoneyInverter
get_deltas(std::string_view term, Xapian::termcount &tf_delta, Xapian::termcount &cf_delta) constHoneyInverterinline
get_doclength(Xapian::docid did, Xapian::termcount &doclen) constHoneyInverterinline
get_positionlist(Xapian::docid did, const std::string &term, std::string &s) constHoneyInverter
has_positions(const HoneyPositionTable &position_table) constHoneyInverter
HoneyPostListTable classHoneyInverterfriend
pos_changesHoneyInverterprivate
postlist_changesHoneyInverterprivate
remove_posting(Xapian::docid did, const std::string &term, Xapian::doccount wdf)HoneyInverterinline
set_doclength(Xapian::docid did, Xapian::termcount doclen, bool add)HoneyInverterinline
set_positionlist(Xapian::docid did, const std::string &term, const std::string &s)HoneyInverterprivate
set_positionlist(const HoneyPositionTable &position_table, Xapian::docid did, const std::string &tname, const Xapian::TermIterator &term, bool modifying=false)HoneyInverter
store_positions(const HoneyPositionTable &position_table, Xapian::docid did, const std::string &tname, const Xapian::VecCOW< Xapian::termpos > &posvec, bool modifying)HoneyInverterprivate
update_posting(Xapian::docid did, const std::string &term, Xapian::termcount old_wdf, Xapian::termcount new_wdf)HoneyInverterinline