|
xapian-core
2.0.0
|
#include <inmemory_database.h>
Collaboration diagram for InMemoryPosting:Public Member Functions | |
| void | add_position (Xapian::termpos pos) |
Public Attributes | |
| Xapian::docid | did |
| bool | valid |
| Xapian::VecCOW< Xapian::termpos > | positions |
| Xapian::termcount | wdf |
Definition at line 44 of file inmemory_database.h.
|
inline |
| Xapian::docid InMemoryPosting::did |
Definition at line 46 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting(), InMemoryDatabase::delete_document(), InMemoryPostingLessThan::operator()(), and InMemoryDatabase::replace_document().
| Xapian::VecCOW<Xapian::termpos> InMemoryPosting::positions |
Definition at line 48 of file inmemory_database.h.
Referenced by add_position(), and InMemoryTerm::add_posting().
| bool InMemoryPosting::valid |
Definition at line 47 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting().
| Xapian::termcount InMemoryPosting::wdf |
Definition at line 49 of file inmemory_database.h.
Referenced by InMemoryTerm::add_posting().