Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef PHRASEPOSITIONS_H
8 #define PHRASEPOSITIONS_H
33 bool skipTo(int32_t target);
int32_t count
Definition: PhrasePositions.h:25
int32_t position
Definition: PhrasePositions.h:24
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
PhrasePositionsPtr _next
Definition: PhrasePositions.h:28
virtual ~PhrasePositions()
bool skipTo(int32_t target)
Position of a term in a document that takes into account the term offset within the phrase.
Definition: PhrasePositions.h:15
TermPositionsPtr tp
Definition: PhrasePositions.h:27
Definition: AbstractAllTermDocs.h:12
int32_t offset
Definition: PhrasePositions.h:26
Base class for all Lucene classes.
Definition: LuceneObject.h:31
bool repeats
Definition: PhrasePositions.h:29
int32_t doc
Definition: PhrasePositions.h:20
boost::shared_ptr< TermPositions > TermPositionsPtr
Definition: LuceneTypes.h:243
PhrasePositions(const TermPositionsPtr &t, int32_t o)
boost::shared_ptr< PhrasePositions > PhrasePositionsPtr
Definition: LuceneTypes.h:410
clucene.sourceforge.net