xapian-core  1.4.25
Xapian::Document Member List

This is the complete list of members for Xapian::Document, including all inherited members.

add_boolean_term(const std::string &term)Xapian::Documentinline
add_posting(const std::string &tname, Xapian::termpos tpos, Xapian::termcount wdfinc=1)Xapian::Document
add_term(const std::string &tname, Xapian::termcount wdfinc=1)Xapian::Document
add_value(Xapian::valueno slot, const std::string &value)Xapian::Document
clear_terms()Xapian::Document
clear_values()Xapian::Document
Document(Internal *internal_)Xapian::Documentexplicitprivate
Document(const Document &other)Xapian::Document
Document()Xapian::Document
get_data() constXapian::Document
get_description() constXapian::Document
get_docid() constXapian::Document
get_value(Xapian::valueno slot) constXapian::Document
internalXapian::Documentprivate
operator=(const Document &other)Xapian::Document
remove_posting(const std::string &tname, Xapian::termpos tpos, Xapian::termcount wdfdec=1)Xapian::Document
remove_postings(const std::string &term, Xapian::termpos term_pos_first, Xapian::termpos term_pos_last, Xapian::termcount wdf_dec=1)Xapian::Document
remove_term(const std::string &tname)Xapian::Document
remove_value(Xapian::valueno slot)Xapian::Document
serialise() constXapian::Document
set_data(const std::string &data)Xapian::Document
termlist_begin() constXapian::Document
termlist_count() constXapian::Document
termlist_end() constXapian::Documentinline
unserialise(const std::string &serialised)Xapian::Documentstatic
values_begin() constXapian::Document
values_count() constXapian::Document
values_end() constXapian::Documentinline
~Document()Xapian::Document