xapian-core  2.0.0
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

std::string tname
 
Xapian::VecCOW< Xapian::termpospositions
 
Xapian::termcount wdf
 

Detailed Description

Definition at line 59 of file inmemory_database.h.

Member Function Documentation

◆ add_position()

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

Definition at line 66 of file inmemory_database.h.

References Assert, p, pos, and positions.

Member Data Documentation

◆ positions

Xapian::VecCOW<Xapian::termpos> InMemoryTermEntry::positions

Definition at line 62 of file inmemory_database.h.

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

◆ tname

std::string InMemoryTermEntry::tname

◆ wdf

Xapian::termcount InMemoryTermEntry::wdf

Definition at line 63 of file inmemory_database.h.

Referenced by InMemoryDoc::add_posting().


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