xapian-core  2.0.0
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
 
Xapian::VecCOW< Xapian::termpospositions
 
Xapian::termcount wdf
 

Detailed Description

Definition at line 44 of file inmemory_database.h.

Member Function Documentation

◆ add_position()

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

Definition at line 52 of file inmemory_database.h.

References Assert, p, pos, and positions.

Member Data Documentation

◆ did

Xapian::docid InMemoryPosting::did

◆ positions

Xapian::VecCOW<Xapian::termpos> InMemoryPosting::positions

Definition at line 48 of file inmemory_database.h.

Referenced by add_position(), and InMemoryTerm::add_posting().

◆ valid

bool InMemoryPosting::valid

Definition at line 47 of file inmemory_database.h.

Referenced by InMemoryTerm::add_posting().

◆ wdf

Xapian::termcount InMemoryPosting::wdf

Definition at line 49 of file inmemory_database.h.

Referenced by InMemoryTerm::add_posting().


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