Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
18 TermInfo(int32_t df = 0, int64_t fp = 0, int64_t pp = 0);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
TermInfo(const TermInfoPtr &ti)
int64_t proxPointer
Definition: TermInfo.h:27
int32_t skipOffset
Definition: TermInfo.h:28
Definition: AbstractAllTermDocs.h:12
void set(const TermInfoPtr &ti)
Base class for all Lucene classes.
Definition: LuceneObject.h:31
boost::shared_ptr< TermInfo > TermInfoPtr
Definition: LuceneTypes.h:239
int64_t freqPointer
Definition: TermInfo.h:26
void set(int32_t docFreq, int64_t freqPointer, int64_t proxPointer, int32_t skipOffset)
TermInfo(int32_t df=0, int64_t fp=0, int64_t pp=0)
A TermInfo is the record of information stored for a term.
Definition: TermInfo.h:15
int32_t docFreq
The number of documents which contain the term.
Definition: TermInfo.h:21
clucene.sourceforge.net