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 165 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 166 of file queryoptimiser.cc.
| size_t PosFilter::begin |
Start and end indices for the PostLists this positional filter uses.
Definition at line 173 of file queryoptimiser.cc.
Referenced by QueryOptimiser::do_and_like().
| size_t PosFilter::end |