#include <inmemory_database.h>
Public Member Functions | |
InMemoryTerm () | |
void | add_posting (const InMemoryPosting &post) |
Public Attributes | |
vector< InMemoryPosting > | docs |
Xapian::termcount | term_freq |
Xapian::termcount | collection_freq |
Definition at line 97 of file inmemory_database.h.
InMemoryTerm::InMemoryTerm | ( | ) | [inline] |
Definition at line 105 of file inmemory_database.h.
void InMemoryTerm::add_posting | ( | const InMemoryPosting & | post | ) | [inline] |
vector<InMemoryPosting> InMemoryTerm::docs |
Definition at line 102 of file inmemory_database.h.
Definition at line 103 of file inmemory_database.h.