|
xapian-core
2.0.0
|
#include <inmemory_database.h>
Collaboration diagram for InMemoryTerm:Public Member Functions | |
| InMemoryTerm () | |
| void | add_posting (Xapian::docid did, Xapian::termcount wdf, Xapian::termpos position, bool use_position) |
Public Attributes | |
| std::vector< InMemoryPosting > | docs |
| Xapian::termcount | term_freq |
| Xapian::termcount | collection_freq |
Definition at line 94 of file inmemory_database.h.
|
inline |
Definition at line 102 of file inmemory_database.h.
|
inline |
Definition at line 50 of file inmemory_database.cc.
References InMemoryPosting::did, p, InMemoryPosting::positions, InMemoryPosting::valid, and InMemoryPosting::wdf.
| Xapian::termcount InMemoryTerm::collection_freq |
Definition at line 100 of file inmemory_database.h.
Referenced by InMemoryPostList::InMemoryPostList().
| std::vector<InMemoryPosting> InMemoryTerm::docs |
Definition at line 97 of file inmemory_database.h.
| Xapian::termcount InMemoryTerm::term_freq |
Definition at line 99 of file inmemory_database.h.
Referenced by InMemoryPostList::InMemoryPostList().