xapian-core
1.5.0
|
This is the complete list of members for Xapian::TfIdfWeight, including all inherited members.
ABSOLUTE_DISCOUNT_SMOOTHING enum value (defined in Xapian::Weight) | Xapian::Weight | |
AVERAGE_LENGTH enum value | Xapian::Weight | protected |
COLLECTION_FREQ enum value | Xapian::Weight | protected |
COLLECTION_SIZE enum value | Xapian::Weight | protected |
create(const std::string &scheme, const Registry ®=Registry()) | Xapian::Weight | static |
create_from_parameters(const char *params) const | Xapian::TfIdfWeight | virtual |
DIRICHLET_PLUS_SMOOTHING enum value (defined in Xapian::Weight) | Xapian::Weight | |
DIRICHLET_SMOOTHING enum value (defined in Xapian::Weight) | Xapian::Weight | |
DOC_LENGTH enum value | Xapian::Weight | protected |
DOC_LENGTH_MAX enum value | Xapian::Weight | protected |
DOC_LENGTH_MIN enum value | Xapian::Weight | protected |
get_average_length() const | Xapian::Weight | inlineprotected |
get_collection_freq() const | Xapian::Weight | inlineprotected |
get_collection_size() const | Xapian::Weight | inlineprotected |
get_doclength_lower_bound() const | Xapian::Weight | inlineprotected |
get_doclength_upper_bound() const | Xapian::Weight | inlineprotected |
get_maxextra() const | Xapian::TfIdfWeight | virtual |
get_maxpart() const | Xapian::TfIdfWeight | virtual |
get_query_length() const | Xapian::Weight | inlineprotected |
get_reltermfreq() const | Xapian::Weight | inlineprotected |
get_rset_size() const | Xapian::Weight | inlineprotected |
get_sumextra(Xapian::termcount doclen, Xapian::termcount uniqterms, Xapian::termcount wdfdocmax) const | Xapian::TfIdfWeight | virtual |
get_sumpart(Xapian::termcount wdf, Xapian::termcount doclen, Xapian::termcount uniqterm, Xapian::termcount wdfdocmax) const | Xapian::TfIdfWeight | virtual |
get_termfreq() const | Xapian::Weight | inlineprotected |
get_total_length() const | Xapian::Weight | inlineprotected |
get_wdf_upper_bound() const | Xapian::Weight | inlineprotected |
get_wqf() const | Xapian::Weight | inlineprotected |
idf_norm enum name | Xapian::TfIdfWeight | |
JELINEK_MERCER_SMOOTHING enum value (defined in Xapian::Weight) | Xapian::Weight | |
name() const | Xapian::TfIdfWeight | virtual |
need_stat(stat_flags flag) | Xapian::Weight | inlineprotected |
QUERY_LENGTH enum value | Xapian::Weight | protected |
RELTERMFREQ enum value | Xapian::Weight | protected |
RSET_SIZE enum value | Xapian::Weight | protected |
serialise() const | Xapian::TfIdfWeight | virtual |
short_name() const | Xapian::TfIdfWeight | virtual |
stat_flags enum name | Xapian::Weight | protected |
TERMFREQ enum value | Xapian::Weight | protected |
TfIdfWeight(const std::string &normalizations) | Xapian::TfIdfWeight | inlineexplicit |
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::TfIdfWeight | inline |
TfIdfWeight(wdf_norm wdf_norm_, idf_norm idf_norm_, wt_norm wt_norm_, double slope, double delta) | Xapian::TfIdfWeight | |
TfIdfWeight() | Xapian::TfIdfWeight | inline |
TOTAL_LENGTH enum value | Xapian::Weight | protected |
TWO_STAGE_SMOOTHING enum value (defined in Xapian::Weight) | Xapian::Weight | |
type_smoothing enum name | Xapian::Weight | |
UNIQUE_TERMS enum value | Xapian::Weight | protected |
unserialise(const std::string &serialised) const | Xapian::TfIdfWeight | virtual |
WDF enum value | Xapian::Weight | protected |
WDF_DOC_MAX enum value | Xapian::Weight | protected |
WDF_MAX enum value | Xapian::Weight | protected |
wdf_norm enum name | Xapian::TfIdfWeight | |
Weight() | Xapian::Weight | inline |
Weight(const Weight &) | Xapian::Weight | protected |
WQF enum value | Xapian::Weight | protected |
wt_norm enum name | Xapian::TfIdfWeight | |
~Weight() | Xapian::Weight | virtual |