xapian-core
1.4.26
|
Public Member Functions | |
XorContext (QueryOptimiser *qopt_, size_t reserve) | |
PostList * | postlist () |
Public Member Functions inherited from Xapian::Internal::Context | |
Context (QueryOptimiser *qopt_, size_t reserve) | |
~Context () | |
void | add_postlist (PostList *pl) |
bool | empty () const |
size_t | size () const |
void | shrink (size_t new_size) |
Additional Inherited Members | |
Protected Attributes inherited from Xapian::Internal::Context | |
QueryOptimiser * | qopt |
vector< PostList * > | pls |
Definition at line 276 of file queryinternal.cc.
|
inline |
Definition at line 278 of file queryinternal.cc.
PostList * Xapian::Internal::XorContext::postlist | ( | ) |
Definition at line 285 of file queryinternal.cc.
References QueryOptimiser::db_size, QueryOptimiser::matcher, Xapian::Internal::Context::pls, and Xapian::Internal::Context::qopt.