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

Comparison functor which orders by descending termfreq. More...

Public Member Functions

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

Detailed Description

Comparison functor which orders by descending termfreq.

Definition at line 125 of file queryinternal.cc.

Member Function Documentation

◆ operator()()

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

Order PostList* by descending get_termfreq().

Definition at line 127 of file queryinternal.cc.

References Xapian::Internal::PostList::get_termfreq().


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