|
xapian-core
2.0.0
|
Public Member Functions | |
| PosFilter (Xapian::Query::op op__, size_t begin_, size_t end_, Xapian::termcount window_) | |
| PostListAndEstimate | postlist (PostList *pl, EstimateOp *est, const vector< PostList * > &pls, PostListTree *pltree, TermFreqs *termfreqs) const |
Private Attributes | |
| Xapian::Query::op | op_ |
| size_t | begin |
| Start and end indices for the PostLists this positional filter uses. More... | |
| size_t | end |
| Xapian::termcount | window |
Definition at line 626 of file queryinternal.cc.
|
inline |
Definition at line 635 of file queryinternal.cc.
|
inline |
Definition at line 639 of file queryinternal.cc.
References AssertEq, EstimateOp::EXACT_PHRASE, EstimateOp::NEAR, Xapian::Query::OP_NEAR, Xapian::Query::OP_PHRASE, and EstimateOp::PHRASE.
|
private |
Start and end indices for the PostLists this positional filter uses.
Definition at line 630 of file queryinternal.cc.
|
private |
Definition at line 630 of file queryinternal.cc.
|
private |
Definition at line 627 of file queryinternal.cc.
|
private |
Definition at line 632 of file queryinternal.cc.