xapian-core
1.4.26
|
#include <inmemory_database.h>
Public Member Functions | |
void | add_position (Xapian::termpos pos) |
Public Attributes | |
Xapian::docid | did |
bool | valid |
vector< Xapian::termpos > | positions |
Xapian::termcount | wdf |
Definition at line 46 of file inmemory_database.h.
|
inline |
Definition at line 54 of file inmemory_database.h.
References Assert.
Xapian::docid InMemoryPosting::did |
Definition at line 48 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting(), InMemoryDatabase::delete_document(), InMemoryPostingLessThan::operator()(), and InMemoryDatabase::replace_document().
vector<Xapian::termpos> InMemoryPosting::positions |
Definition at line 50 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting().
bool InMemoryPosting::valid |
Definition at line 49 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting().
Xapian::termcount InMemoryPosting::wdf |
Definition at line 51 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting().