Public Member Functions | |
PosFilter (Xapian::Query::Internal::op_t op_, size_t begin_, size_t end_, Xapian::termcount window_) | |
Public Attributes | |
Xapian::Query::Internal::op_t | op |
size_t | begin |
Start and end indices for the PostLists this positional filter uses. | |
size_t | end |
Xapian::termcount | window |
Definition at line 121 of file queryoptimiser.cc.
PosFilter::PosFilter | ( | Xapian::Query::Internal::op_t | op_, | |
size_t | begin_, | |||
size_t | end_, | |||
Xapian::termcount | window_ | |||
) | [inline] |
Definition at line 122 of file queryoptimiser.cc.
Definition at line 126 of file queryoptimiser.cc.
size_t PosFilter::begin |
Start and end indices for the PostLists this positional filter uses.
Definition at line 129 of file queryoptimiser.cc.
size_t PosFilter::end |
Definition at line 129 of file queryoptimiser.cc.
Definition at line 131 of file queryoptimiser.cc.