CLucene - a full-featured, c++ search engine
API Documentation
#include <PhrasePositions.h>

Public Member Functions | |
| PhrasePositions (lucene::index::TermPositions *Tp, const int32_t o) | |
| ~PhrasePositions () | |
| bool | next () |
| bool | skipTo (int32_t target) |
| void | firstPosition () |
| bool | nextPosition () |
Public Attributes | |
| int32_t | doc |
| int32_t | position |
| int32_t | count |
| int32_t | offset |
| lucene::index::TermPositions * | tp |
| PhrasePositions * | _next |
| lucene::search::PhrasePositions::PhrasePositions | ( | lucene::index::TermPositions * | Tp, | |
| const int32_t | o | |||
| ) |
| lucene::search::PhrasePositions::~PhrasePositions | ( | ) |
| void lucene::search::PhrasePositions::firstPosition | ( | ) |
| bool lucene::search::PhrasePositions::next | ( | ) |
| bool lucene::search::PhrasePositions::nextPosition | ( | ) |
| bool lucene::search::PhrasePositions::skipTo | ( | int32_t | target | ) |
Referenced by lucene::search::PhraseScorer::doc(), and lucene::search::PhraseQueue::lessThan().
Referenced by lucene::search::PhraseQueue::lessThan().
| lucene:: index ::TermPositions* lucene::search::PhrasePositions::tp |