xapian-core  2.0.0
Xapian::TfIdfWeight Member List

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

AVERAGE_LENGTH enum valueXapian::Weightprotected
average_length_Xapian::Weightprivate
clone() constXapian::TfIdfWeightprivatevirtual
COLLECTION_FREQ enum valueXapian::Weightprotected
COLLECTION_SIZE enum valueXapian::Weightprotected
collection_size_Xapian::Weightprivate
collectionfreq_Xapian::Weightprivate
create(const std::string &scheme, const Registry &reg=Registry())Xapian::Weightstatic
create_from_parameters(const char *params) constXapian::TfIdfWeightvirtual
DB_DOC_LENGTH_MAX enum valueXapian::Weightprotected
DB_DOC_LENGTH_MIN enum valueXapian::Weightprotected
db_doclength_lower_bound_Xapian::Weightprivate
db_doclength_upper_bound_Xapian::Weightprivate
db_unique_terms_lower_bound_Xapian::Weightprivate
DB_UNIQUE_TERMS_MAX enum valueXapian::Weightprotected
DB_UNIQUE_TERMS_MIN enum valueXapian::Weightprotected
db_unique_terms_upper_bound_Xapian::Weightprivate
DB_WDF_MAX enum valueXapian::Weightprotected
db_wdf_upper_bound_Xapian::Weightprivate
DOC_LENGTH enum valueXapian::Weightprotected
DOC_LENGTH_MAX enum valueXapian::Weightprotected
DOC_LENGTH_MIN enum valueXapian::Weightprotected
doclength_lower_bound_Xapian::Weightprivate
doclength_upper_bound_Xapian::Weightprivate
get_average_length() constXapian::Weightinlineprotected
get_collection_freq() constXapian::Weightinlineprotected
get_collection_size() constXapian::Weightinlineprotected
get_db_doclength_lower_bound() constXapian::Weightinlineprotected
get_db_doclength_upper_bound() constXapian::Weightinlineprotected
get_db_unique_terms_lower_bound() constXapian::Weightinlineprotected
get_db_unique_terms_upper_bound() constXapian::Weightinlineprotected
get_db_wdf_upper_bound() constXapian::Weightinlineprotected
get_doclength_lower_bound() constXapian::Weightinlineprotected
get_doclength_upper_bound() constXapian::Weightinlineprotected
get_idfn(idf_norm idf_normalization) constXapian::TfIdfWeightprivate
get_maxextra() constXapian::Weightvirtual
get_maxpart() constXapian::TfIdfWeightvirtual
get_query_length() constXapian::Weightinlineprotected
get_reltermfreq() constXapian::Weightinlineprotected
get_rset_size() constXapian::Weightinlineprotected
get_sumextra(Xapian::termcount doclen, Xapian::termcount uniqterms, Xapian::termcount wdfdocmax) constXapian::Weightvirtual
get_sumpart(Xapian::termcount wdf, Xapian::termcount doclen, Xapian::termcount uniqterm, Xapian::termcount wdfdocmax) constXapian::TfIdfWeightvirtual
get_sumpart_needs_doclength_() constXapian::Weightinlineprivate
get_sumpart_needs_uniqueterms_() constXapian::Weightinlineprivate
get_sumpart_needs_wdf_() constXapian::Weightinlineprivate
get_sumpart_needs_wdfdocmax_() constXapian::Weightinlineprivate
get_termfreq() constXapian::Weightinlineprotected
get_total_length() constXapian::Weightinlineprotected
get_unique_terms_lower_bound() constXapian::Weightinlineprotected
get_unique_terms_upper_bound() constXapian::Weightinlineprotected
get_wdf_upper_bound() constXapian::Weightinlineprotected
get_wdfn(Xapian::termcount wdf, Xapian::termcount len, Xapian::termcount uniqterms, Xapian::termcount wdfdocmax, wdf_norm wdf_normalization) constXapian::TfIdfWeightprivate
get_wqf() constXapian::Weightinlineprotected
get_wtn(double wt, wt_norm wt_normalization) constXapian::TfIdfWeightprivate
idf_norm enum nameXapian::TfIdfWeight
idf_norm_Xapian::TfIdfWeightprivate
idfnXapian::TfIdfWeightprivate
init(double factor)Xapian::TfIdfWeightprivatevirtual
init_(const Internal &stats, Xapian::termcount query_len_, const std::string &term, Xapian::termcount wqf_, double factor, const Xapian::Database::Internal *shard, void *postlist)Xapian::Weightprivate
init_(const Internal &stats, Xapian::termcount query_len_, double factor, Xapian::doccount termfreq, Xapian::doccount reltermfreq, Xapian::termcount collection_freq, const Xapian::Database::Internal *shard)Xapian::Weightprivate
init_(const Internal &stats, Xapian::termcount query_len_, const Xapian::Database::Internal *shard)Xapian::Weightprivate
is_bool_weight_() constXapian::Weightinlineprivate
IS_BOOLWEIGHT_ enum valueXapian::Weightprivate
name() constXapian::TfIdfWeightvirtual
need_stat(stat_flags flag)Xapian::Weightinlineprotected
operator=(const Weight &)Xapian::Weightprivate
param_deltaXapian::TfIdfWeightprivate
param_slopeXapian::TfIdfWeightprivate
QUERY_LENGTH enum valueXapian::Weightprotected
query_length_Xapian::Weightprivate
RELTERMFREQ enum valueXapian::Weightprotected
reltermfreq_Xapian::Weightprivate
RSET_SIZE enum valueXapian::Weightprotected
rset_size_Xapian::Weightprivate
serialise() constXapian::TfIdfWeightvirtual
stat_flags enum nameXapian::Weightprotected
stats_neededXapian::Weightprivate
TERMFREQ enum valueXapian::Weightprotected
termfreq_Xapian::Weightprivate
TfIdfWeight(const std::string &normalizations)Xapian::TfIdfWeightinlineexplicit
TfIdfWeight(const std::string &normalizations, double slope, double delta)Xapian::TfIdfWeight
TfIdfWeight(wdf_norm wdf_normalization, idf_norm idf_normalization, wt_norm wt_normalization)Xapian::TfIdfWeightinline
TfIdfWeight(wdf_norm wdf_norm_, idf_norm idf_norm_, wt_norm wt_norm_, double slope, double delta)Xapian::TfIdfWeight
TfIdfWeight()Xapian::TfIdfWeightinline
TOTAL_LENGTH enum valueXapian::Weightprotected
total_length_Xapian::Weightprivate
UNIQUE_TERMS enum valueXapian::Weightprotected
unique_terms_lower_bound_Xapian::Weightprivate
UNIQUE_TERMS_MAX enum valueXapian::Weightprotected
UNIQUE_TERMS_MIN enum valueXapian::Weightprotected
unique_terms_upper_bound_Xapian::Weightprivate
unserialise(const std::string &serialised) constXapian::TfIdfWeightvirtual
WDF enum valueXapian::Weightprotected
WDF_DOC_MAX enum valueXapian::Weightprotected
WDF_MAX enum valueXapian::Weightprotected
wdf_norm enum nameXapian::TfIdfWeight
wdf_norm_Xapian::TfIdfWeightprivate
wdf_upper_bound_Xapian::Weightprivate
Weight()Xapian::Weightinline
Weight(const Weight &)Xapian::Weightprotected
WQF enum valueXapian::Weightprotected
wqf_Xapian::Weightprivate
wqf_factorXapian::TfIdfWeightprivate
wt_norm enum nameXapian::TfIdfWeight
wt_norm_Xapian::TfIdfWeightprivate
~Weight()Xapian::Weightvirtual