#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 101 of file inmemory_database.h.
| InMemoryTerm::InMemoryTerm | ( | ) | [inline] |
Definition at line 109 of file inmemory_database.h.
| void InMemoryTerm::add_posting | ( | const InMemoryPosting & | post | ) | [inline] |
Definition at line 107 of file inmemory_database.h.
| vector<InMemoryPosting> InMemoryTerm::docs |
Definition at line 106 of file inmemory_database.h.