xapian-core  1.4.25
Public Member Functions | Public Attributes | List of all members
InMemoryPosting Class Reference

#include <inmemory_database.h>

+ Collaboration diagram for InMemoryPosting:

Public Member Functions

void merge (const InMemoryPosting &post)
 

Public Attributes

Xapian::docid did
 
bool valid
 
vector< Xapian::termpospositions
 
Xapian::termcount wdf
 

Detailed Description

Definition at line 46 of file inmemory_database.h.

Member Function Documentation

◆ merge()

void InMemoryPosting::merge ( const InMemoryPosting post)
inline

Definition at line 54 of file inmemory_database.h.

References Assert, did, and positions.

Referenced by InMemoryTerm::add_posting().

Member Data Documentation

◆ did

Xapian::docid InMemoryPosting::did

◆ positions

vector<Xapian::termpos> InMemoryPosting::positions

Definition at line 50 of file inmemory_database.h.

Referenced by InMemoryDatabase::make_posting(), and merge().

◆ valid

bool InMemoryPosting::valid

Definition at line 49 of file inmemory_database.h.

Referenced by InMemoryDatabase::make_posting().

◆ wdf

Xapian::termcount InMemoryPosting::wdf

Definition at line 51 of file inmemory_database.h.

Referenced by InMemoryDatabase::make_posting().


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