xapian-core  1.4.25
Public Member Functions | List of all members
Xapian::Internal::ComparePostListTermFreqAscending Struct Reference

Comparison functor which orders PostList* by descending get_termfreq_est(). More...

Public Member Functions

bool operator() (const PostList *a, const PostList *b) const
 Order by descending get_termfreq_est(). More...
 

Detailed Description

Comparison functor which orders PostList* by descending get_termfreq_est().

Definition at line 114 of file queryinternal.cc.

Member Function Documentation

◆ operator()()

bool Xapian::Internal::ComparePostListTermFreqAscending::operator() ( const PostList a,
const PostList b 
) const
inline

Order by descending get_termfreq_est().

Definition at line 116 of file queryinternal.cc.

References Xapian::PostingIterator::Internal::get_termfreq_est().


The documentation for this struct was generated from the following file: