Home
last modified time | relevance | path

Searched refs:get_maxweight (Results 1 – 25 of 206) sorted by relevance

123456789

/dports/databases/xapian-core/xapian-core-1.4.18/api/
H A Dpostingsource.cc163 if (min_wt > get_maxweight()) { in next()
179 if (min_wt > get_maxweight()) { in skip_to()
196 if (min_wt > get_maxweight()) { in check()
447 return get_maxweight(); in get_weight()
467 if (min_wt > get_maxweight()) { in next()
488 if (min_wt > get_maxweight()) { in skip_to()
521 return new FixedWeightPostingSource(get_maxweight()); in clone()
533 return serialise_double(get_maxweight()); in serialise()
561 desc += str(get_maxweight()); in get_description()
H A Ddecvalwtsource.cc120 if (get_maxweight() < min_wt) { in next()
131 if (get_maxweight() < min_wt) { in skip_to()
142 if (get_maxweight() < min_wt) { in check()
H A Demptypostlist.cc56 EmptyPostList::get_maxweight() const in get_maxweight() function in EmptyPostList
96 return EmptyPostList::get_maxweight(); in recalc_maxweight()
H A Dleafpostlist.cc67 LeafPostList::get_maxweight() const in get_maxweight() function in LeafPostList
91 return LeafPostList::get_maxweight(); in recalc_maxweight()
/dports/databases/xapian-core12/xapian-core-1.2.25/api/
H A Dpostingsource.cc148 if (min_wt > get_maxweight()) { in next()
164 if (min_wt > get_maxweight()) { in skip_to()
182 if (min_wt > get_maxweight()) { in check()
433 return get_maxweight(); in get_weight()
453 if (min_wt > get_maxweight()) { in next()
475 if (min_wt > get_maxweight()) { in skip_to()
509 return new FixedWeightPostingSource(get_maxweight()); in clone()
521 return serialise_double(get_maxweight()); in serialise()
549 desc += str(get_maxweight()); in get_description()
H A Demptypostlist.cc48 EmptyPostList::get_maxweight() const in get_maxweight() function in EmptyPostList
82 return EmptyPostList::get_maxweight(); in recalc_maxweight()
H A Ddecvalwtsource.cc121 if (get_maxweight() < min_wt) { in next()
133 if (get_maxweight() < min_wt) { in skip_to()
145 if (get_maxweight() < min_wt) { in check()
H A Dleafpostlist.cc65 LeafPostList::get_maxweight() const in get_maxweight() function in LeafPostList
86 return LeafPostList::get_maxweight(); in recalc_maxweight()
/dports/databases/xapian-core/xapian-core-1.4.18/matcher/
H A Dandmaybepostlist.h71 double get_maxweight() const;
110 lmax = l->get_maxweight(); in AndMaybePostList()
111 rmax = r->get_maxweight(); in AndMaybePostList()
H A Dexternalpostlist.cc80 ExternalPostList::get_maxweight() const in get_maxweight() function in ExternalPostList
86 RETURN(factor * source->get_maxweight()); in get_maxweight()
123 return ExternalPostList::get_maxweight(); in recalc_maxweight()
H A Dselectpostlist.h57 double get_maxweight() const { return source->get_maxweight(); } in get_maxweight() function
H A Dorpospostlist.cc55 OrPosPostList::get_maxweight() const in get_maxweight() function in OrPosPostList
57 return pl->get_maxweight(); in get_maxweight()
H A Dextraweightpostlist.h65 double get_maxweight() const { in get_maxweight() function
66 return pl->get_maxweight() + max_weight; in get_maxweight()
H A Dmsetpostlist.cc54 MSetPostList::get_maxweight() const in get_maxweight() function in MSetPostList
121 RETURN(MSetPostList::get_maxweight()); in recalc_maxweight()
H A Dsynonympostlist.cc100 SynonymPostList::get_maxweight() const in get_maxweight() function in SynonymPostList
110 RETURN(SynonymPostList::get_maxweight()); in recalc_maxweight()
H A Dandnotpostlist.cc185 AndNotPostList::get_maxweight() const in get_maxweight() function in AndNotPostList
188 RETURN(l->get_maxweight()); in get_maxweight()
/dports/databases/xapian-core12/xapian-core-1.2.25/matcher/
H A Dandmaybepostlist.h70 Xapian::weight get_maxweight() const;
107 lmax = l->get_maxweight(); in AndMaybePostList()
108 rmax = r->get_maxweight(); in AndMaybePostList()
H A Dexternalpostlist.cc78 ExternalPostList::get_maxweight() const in get_maxweight() function in ExternalPostList
84 RETURN(factor * source->get_maxweight()); in get_maxweight()
114 return ExternalPostList::get_maxweight(); in recalc_maxweight()
H A Dselectpostlist.h56 Xapian::weight get_maxweight() const { return source->get_maxweight(); } in get_maxweight() function
H A Dextraweightpostlist.h60 Xapian::weight get_maxweight() const { in get_maxweight() function
61 return pl->get_maxweight() + max_weight; in get_maxweight()
H A Dsynonympostlist.cc95 SynonymPostList::get_maxweight() const in get_maxweight() function in SynonymPostList
112 RETURN(SynonymPostList::get_maxweight()); in recalc_maxweight()
H A Dmsetpostlist.cc50 MSetPostList::get_maxweight() const in get_maxweight() function in MSetPostList
111 RETURN(MSetPostList::get_maxweight()); in recalc_maxweight()
H A Dqueryoptimiser.cc314 volatile double a_max_wt = a->get_maxweight(); in operator ()()
315 volatile double b_max_wt = b->get_maxweight(); in operator ()()
318 return a->get_maxweight() > b->get_maxweight(); in operator ()()
/dports/databases/xapian-core/xapian-core-1.4.18/docs/
H A Dpostingsource.rst79 void get_maxweight(double max_weight);
109 also always be >= 0 too. If you don't call ``get_maxweight()`` then the
114 double get_maxweight() const;
119 efficient to call ``get_maxweight()`` whenever you want to use it.
223 def get_maxweight(self):
224 return self.wtsource.get_maxweight()
239 def get_maxweight(self):
/dports/databases/xapian-core12/xapian-core-1.2.25/docs/
H A Dpostingsource.rst79 void get_maxweight(Xapian::weight max_weight);
109 also always be >= 0 too. If you don't call ``get_maxweight()`` then the
114 Xapian::weight get_maxweight() const;
119 efficient to call ``get_maxweight()`` whenever you want to use it.
223 def get_maxweight(self):
224 return self.wtsource.get_maxweight()
239 def get_maxweight(self):

123456789