xapian-core
1.4.26
|
Class representing a document and the terms indexing it. More...
#include <inmemory_database.h>
Public Member Functions | |
InMemoryDoc () | |
InMemoryDoc (bool is_valid_) | |
void | add_posting (const std::string &tname, Xapian::termcount wdf, Xapian::termpos position, bool use_position) |
Public Attributes | |
bool | is_valid |
vector< InMemoryTermEntry > | terms |
Class representing a document and the terms indexing it.
Definition at line 113 of file inmemory_database.h.
|
inline |
Definition at line 121 of file inmemory_database.h.
|
inlineexplicit |
Definition at line 124 of file inmemory_database.h.
|
inline |
Definition at line 85 of file inmemory_database.cc.
References InMemoryTermEntry::positions, InMemoryTermEntry::tname, and InMemoryTermEntry::wdf.
Referenced by InMemoryDatabase::make_posting().
bool InMemoryDoc::is_valid |
Definition at line 115 of file inmemory_database.h.
vector<InMemoryTermEntry> InMemoryDoc::terms |
Definition at line 117 of file inmemory_database.h.
Referenced by InMemoryDatabase::open_position_list(), and InMemoryDatabase::positionlist_count().