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

Comparison functor which orders PostList* by ascending get_termfreq(). More...

Public Member Functions

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

Detailed Description

Comparison functor which orders PostList* by ascending get_termfreq().

Definition at line 35 of file andpostlist.h.

Member Function Documentation

◆ operator()()

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

Order by ascending get_termfreq().

Definition at line 37 of file andpostlist.h.

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


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