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

#include <inmemory_database.h>

+ Collaboration diagram for InMemoryPosting:

Public Member Functions

void add_position (Xapian::termpos pos)
 

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

◆ add_position()

void InMemoryPosting::add_position ( Xapian::termpos  pos)
inline

Definition at line 54 of file inmemory_database.h.

References Assert.

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 InMemoryTerm::add_posting().

◆ valid

bool InMemoryPosting::valid

Definition at line 49 of file inmemory_database.h.

Referenced by InMemoryTerm::add_posting().

◆ wdf

Xapian::termcount InMemoryPosting::wdf

Definition at line 51 of file inmemory_database.h.

Referenced by InMemoryTerm::add_posting().


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