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

#include <inmemory_database.h>

+ Collaboration diagram for InMemoryTermEntry:

Public Member Functions

void merge (const InMemoryTermEntry &post)
 

Public Attributes

string tname
 
vector< Xapian::termpospositions
 
Xapian::termcount wdf
 

Detailed Description

Definition at line 65 of file inmemory_database.h.

Member Function Documentation

◆ merge()

void InMemoryTermEntry::merge ( const InMemoryTermEntry post)
inline

Definition at line 72 of file inmemory_database.h.

References Assert, positions, and tname.

Member Data Documentation

◆ positions

vector<Xapian::termpos> InMemoryTermEntry::positions

Definition at line 68 of file inmemory_database.h.

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

◆ tname

string InMemoryTermEntry::tname

◆ wdf

Xapian::termcount InMemoryTermEntry::wdf

Definition at line 69 of file inmemory_database.h.

Referenced by InMemoryDatabase::make_posting().


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