xapian-core  2.0.0
Functions | Variables
matcher.cc File Reference

Matcher class. More...

#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
 

Detailed Description

Matcher class.

Definition in file matcher.cc.

Function Documentation

◆ unimplemented()

static void unimplemented ( const char *  msg)
static

Definition at line 73 of file matcher.cc.

Variable Documentation

◆ DOCID

constexpr auto DOCID = Xapian::Enquire::Internal::DOCID
staticconstexpr

Definition at line 65 of file matcher.cc.

Referenced by Matcher::get_local_mset().

◆ REL

constexpr auto REL = Xapian::Enquire::Internal::REL
staticconstexpr

Definition at line 66 of file matcher.cc.

Referenced by Matcher::get_local_mset().

◆ REL_VAL

constexpr auto REL_VAL = Xapian::Enquire::Internal::REL_VAL
staticconstexpr

Definition at line 67 of file matcher.cc.

Referenced by Matcher::get_local_mset().

◆ VAL

constexpr auto VAL = Xapian::Enquire::Internal::VAL
staticconstexpr

Definition at line 68 of file matcher.cc.

Referenced by Matcher::get_local_mset(), and Xapian::Enquire::Internal::get_mset().

◆ VAL_REL

constexpr auto VAL_REL = Xapian::Enquire::Internal::VAL_REL
staticconstexpr

Definition at line 69 of file matcher.cc.

Referenced by Matcher::get_local_mset(), and Xapian::Enquire::Internal::get_mset().