xapian-core
1.4.26
|
This is the complete list of members for LazyWeight, including all inherited members.
ABSOLUTE_DISCOUNT_SMOOTHING enum value | Xapian::Weight | |
AVERAGE_LENGTH enum value | Xapian::Weight | protected |
clone() const override | LazyWeight | privatevirtual |
COLLECTION_FREQ enum value | Xapian::Weight | protected |
COLLECTION_SIZE enum value | Xapian::Weight | protected |
DIRICHLET_PLUS_SMOOTHING enum value | Xapian::Weight | |
DIRICHLET_SMOOTHING enum value | 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 |
factor | LazyWeight | private |
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 override | LazyWeight | virtual |
get_maxpart() const override | LazyWeight | 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) const override | LazyWeight | virtual |
get_sumpart(Xapian::termcount wdf, Xapian::termcount doclen, Xapian::termcount uniqterms) const override | LazyWeight | 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 |
init(double factor_) override | LazyWeight | privatevirtual |
JELINEK_MERCER_SMOOTHING enum value | Xapian::Weight | |
LazyWeight(LeafPostList *pl_, Xapian::Weight *real_wt_, Xapian::Weight::Internal *stats_, Xapian::termcount qlen_, Xapian::termcount wqf__, double factor_) | LazyWeight | inline |
name() const override | LazyWeight | virtual |
need_stat(stat_flags flag) | Xapian::Weight | inlineprotected |
pl | LazyWeight | private |
qlen | LazyWeight | private |
QUERY_LENGTH enum value | Xapian::Weight | protected |
real_wt | LazyWeight | private |
RELTERMFREQ enum value | Xapian::Weight | protected |
RSET_SIZE enum value | Xapian::Weight | protected |
serialise() const override | LazyWeight | virtual |
stat_flags enum name | Xapian::Weight | protected |
stats | LazyWeight | private |
TERMFREQ enum value | Xapian::Weight | protected |
TOTAL_LENGTH enum value | Xapian::Weight | protected |
TWO_STAGE_SMOOTHING enum value | Xapian::Weight | |
type_smoothing enum name | Xapian::Weight | |
UNIQUE_TERMS enum value | Xapian::Weight | protected |
unserialise(const std::string &serialised) const override | LazyWeight | virtual |
WDF enum value | Xapian::Weight | protected |
WDF_MAX enum value | Xapian::Weight | protected |
Weight() | Xapian::Weight | inline |
Weight(const Weight &) | Xapian::Weight | protected |
WQF enum value | Xapian::Weight | protected |
wqf | LazyWeight | private |
~Weight() | Xapian::Weight | virtual |