|
xapian-core
2.0.0
|
#include <inmemory_database.h>
Collaboration diagram for InMemoryTermEntry:Public Member Functions | |
| void | add_position (Xapian::termpos pos) |
Public Attributes | |
| std::string | tname |
| Xapian::VecCOW< Xapian::termpos > | positions |
| Xapian::termcount | wdf |
Definition at line 59 of file inmemory_database.h.
|
inline |
| Xapian::VecCOW<Xapian::termpos> InMemoryTermEntry::positions |
Definition at line 62 of file inmemory_database.h.
Referenced by add_position(), and InMemoryDoc::add_posting().
| std::string InMemoryTermEntry::tname |
Definition at line 61 of file inmemory_database.h.
Referenced by InMemoryDoc::add_posting(), InMemoryDatabase::open_position_list(), InMemoryTermEntryLessThan::operator()(), and InMemoryDatabase::positionlist_count().
| Xapian::termcount InMemoryTermEntry::wdf |
Definition at line 63 of file inmemory_database.h.
Referenced by InMemoryDoc::add_posting().