xapian-core
1.4.26
|
#include <inmemory_database.h>
Public Member Functions | |
InMemoryTerm () | |
void | add_posting (Xapian::docid did, Xapian::termcount wdf, Xapian::termpos position, bool use_position) |
Public Attributes | |
vector< InMemoryPosting > | docs |
Xapian::termcount | term_freq |
Xapian::termcount | collection_freq |
Definition at line 96 of file inmemory_database.h.
|
inline |
Definition at line 104 of file inmemory_database.h.
|
inline |
Definition at line 49 of file inmemory_database.cc.
References InMemoryPosting::did, docs, InMemoryPosting::positions, InMemoryPosting::valid, and InMemoryPosting::wdf.
Xapian::termcount InMemoryTerm::collection_freq |
Definition at line 102 of file inmemory_database.h.
Referenced by InMemoryPostList::InMemoryPostList().
vector<InMemoryPosting> InMemoryTerm::docs |
Definition at line 99 of file inmemory_database.h.
Referenced by add_posting().
Xapian::termcount InMemoryTerm::term_freq |
Definition at line 101 of file inmemory_database.h.