|
xapian-core
2.0.0
|
#include <config.h>#include "matcher.h"#include "api/enquireinternal.h"#include "api/msetinternal.h"#include "api/rsetinternal.h"#include "backends/multi/multi_database.h"#include "deciderpostlist.h"#include "localsubmatch.h"#include "msetcmp.h"#include "omassert.h"#include "postlisttree.h"#include "protomset.h"#include "spymaster.h"#include "valuestreamdocument.h"#include "weight/weightinternal.h"#include <xapian/version.h>#include "backends/remote/remote-database.h"#include "remotesubmatch.h"#include "socket_utils.h"#include <algorithm>#include <cerrno>#include <cfloat>#include <vector>#include "safesysselect.h"
Include dependency graph for matcher.cc:Go to the source code of this file.
Functions | |
| static void | unimplemented (const char *msg) |
Variables | |
| static constexpr auto | DOCID = Xapian::Enquire::Internal::DOCID |
| static constexpr auto | REL = Xapian::Enquire::Internal::REL |
| static constexpr auto | REL_VAL = Xapian::Enquire::Internal::REL_VAL |
| static constexpr auto | VAL = Xapian::Enquire::Internal::VAL |
| static constexpr auto | VAL_REL = Xapian::Enquire::Internal::VAL_REL |
Matcher class.
Definition in file matcher.cc.
|
static |
Definition at line 73 of file matcher.cc.
|
staticconstexpr |
Definition at line 65 of file matcher.cc.
Referenced by Matcher::get_local_mset().
|
staticconstexpr |
Definition at line 66 of file matcher.cc.
Referenced by Matcher::get_local_mset().
|
staticconstexpr |
Definition at line 67 of file matcher.cc.
Referenced by Matcher::get_local_mset().
|
staticconstexpr |
Definition at line 68 of file matcher.cc.
Referenced by Matcher::get_local_mset(), and Xapian::Enquire::Internal::get_mset().
|
staticconstexpr |
Definition at line 69 of file matcher.cc.
Referenced by Matcher::get_local_mset(), and Xapian::Enquire::Internal::get_mset().