|
xapian-core
2.0.0
|
Result comparison functions. More...
#include "api/enquireinternal.h"
Include dependency graph for msetcmp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Typedefs | |
| typedef bool(* | MSetCmp) (const Result &, const Result &) |
Functions | |
| MSetCmp | get_msetcmp_function (Xapian::Enquire::Internal::sort_setting sort_by, bool sort_forward, bool sort_value_forward) |
| Select the appropriate msetcmp function. More... | |
| MSetCmp get_msetcmp_function | ( | Xapian::Enquire::Internal::sort_setting | sort_by, |
| bool | sort_forward, | ||
| bool | sort_value_forward | ||
| ) |
Select the appropriate msetcmp function.
Definition at line 100 of file msetcmp.cc.
References AssertEq, Xapian::Enquire::Internal::DOCID, Xapian::Enquire::Internal::REL, Xapian::Enquire::Internal::REL_VAL, Xapian::Enquire::Internal::VAL, and Xapian::Enquire::Internal::VAL_REL.
Referenced by Matcher::get_local_mset(), and Xapian::MSet::sort_by_relevance().