Home
last modified time | relevance | path

Searched refs:wt_factory (Results 1 – 6 of 6) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dlocalsubmatch.cc205 double factor = wt_factory->is_bool_weight_() ? 0.0 : 1.0; in get_postlist()
210 AutoPtr<Xapian::Weight> extra_wt(wt_factory->clone()); in get_postlist()
237 AutoPtr<Xapian::Weight> wt(wt_factory->clone()); in make_synonym_postlist()
271 !wt_factory->get_sumpart_needs_wdf_()) { in open_post_list()
312 Xapian::Weight * wt = wt_factory->clone(); in open_post_list()
H A Dlocalsubmatch.h63 const Xapian::Weight * wt_factory; variable
77 wt_factory(wt_factory_), in LocalSubMatch()
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dlocalsubmatch.cc85 AutoPtr<Xapian::Weight> extra_wt(wt_factory->clone()); in get_postlist_and_term_info()
105 AutoPtr<Xapian::Weight> wt(wt_factory->clone()); in make_synonym_postlist()
134 wt.reset(wt_factory->clone()); in postlist_from_op_leaf_query()
H A Dlocalsubmatch.h60 const Xapian::Weight * wt_factory; variable
74 wt_factory(wt_factory_), term_info(NULL) in LocalSubMatch()
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DChangeLog16675 statistics from StatsSource and passes them to wt_factory.
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DChangeLog20256 statistics from StatsSource and passes them to wt_factory.