xapian-core  1.4.25
Inverter Member List

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

add_posting(Xapian::docid did, const std::string &term, Xapian::doccount wdf)Inverterinline
clear()Inverterinline
delete_doclength(Xapian::docid did)Inverterinline
delete_positionlist(Xapian::docid did, const std::string &term)Inverter
doclen_changesInverter
flush(GlassPostListTable &table)Inverter
flush_all_post_lists(GlassPostListTable &table)Inverter
flush_doclengths(GlassPostListTable &table)Inverter
flush_pos_lists(GlassPositionListTable &table)Inverter
flush_post_list(GlassPostListTable &table, const std::string &term)Inverter
flush_post_lists(GlassPostListTable &table, const std::string &pfx)Inverter
get_deltas(const std::string &term, Xapian::termcount_diff &tf_delta, Xapian::termcount_diff &cf_delta) constInverterinline
get_doclength(Xapian::docid did, Xapian::termcount &doclen) constInverterinline
get_positionlist(Xapian::docid did, const std::string &term, std::string &s) constInverter
GlassPostListTable classInverterfriend
has_positions(const GlassPositionListTable &position_table) constInverter
has_positions_cacheInvertermutableprivate
pos_changesInverterprivate
postlist_changesInverterprivate
remove_posting(Xapian::docid did, const std::string &term, Xapian::doccount wdf)Inverterinline
set_doclength(Xapian::docid did, Xapian::termcount doclen, bool add)Inverterinline
set_positionlist(Xapian::docid did, const std::string &term, const std::string &s)Inverterprivate
set_positionlist(const GlassPositionListTable &position_table, Xapian::docid did, const std::string &tname, const Xapian::TermIterator &term, bool modifying=false)Inverter
store_positions(const GlassPositionListTable &position_table, Xapian::docid did, const std::string &tname, const std::vector< Xapian::termpos > &posvec, bool modifying)Inverterprivate
update_posting(Xapian::docid did, const std::string &term, Xapian::termcount old_wdf, Xapian::termcount new_wdf)Inverterinline