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

#include <inmemory_database.h>

+ Collaboration diagram for InMemoryTermEntry:

Public Member Functions

void add_position (Xapian::termpos pos)
 

Public Attributes

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

Detailed Description

Definition at line 61 of file inmemory_database.h.

Member Function Documentation

◆ add_position()

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

Definition at line 68 of file inmemory_database.h.

References Assert.

Member Data Documentation

◆ positions

vector<Xapian::termpos> InMemoryTermEntry::positions

Definition at line 64 of file inmemory_database.h.

Referenced by InMemoryDoc::add_posting().

◆ tname

string InMemoryTermEntry::tname

◆ wdf

Xapian::termcount InMemoryTermEntry::wdf

Definition at line 65 of file inmemory_database.h.

Referenced by InMemoryDoc::add_posting().


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