xapian-core
1.4.26
|
#include <inmemory_database.h>
Public Member Functions | |
void | add_position (Xapian::termpos pos) |
Public Attributes | |
string | tname |
vector< Xapian::termpos > | positions |
Xapian::termcount | wdf |
Definition at line 61 of file inmemory_database.h.
|
inline |
Definition at line 68 of file inmemory_database.h.
References Assert.
vector<Xapian::termpos> InMemoryTermEntry::positions |
Definition at line 64 of file inmemory_database.h.
Referenced by InMemoryDoc::add_posting().
string InMemoryTermEntry::tname |
Definition at line 63 of file inmemory_database.h.
Referenced by InMemoryDoc::add_posting(), InMemoryDatabase::open_position_list(), InMemoryTermEntryLessThan::operator()(), and InMemoryDatabase::positionlist_count().
Xapian::termcount InMemoryTermEntry::wdf |
Definition at line 65 of file inmemory_database.h.
Referenced by InMemoryDoc::add_posting().