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

Public Member Functions | |
| TermInfo () | |
| TermInfo (const int32_t df, const int64_t fp, const int64_t pp) | |
| TermInfo (const TermInfo *ti) | |
| ~TermInfo () | |
| void | set (const int32_t docFreq, const int64_t freqPointer, const int64_t proxPointer, int32_t skipOffset) |
| void | set (const TermInfo *ti) |
Public Attributes | |
| int32_t | docFreq |
| int64_t | freqPointer |
| int64_t | proxPointer |
| int32_t | skipOffset |
| lucene::index::TermInfo::TermInfo | ( | ) |
| lucene::index::TermInfo::TermInfo | ( | const int32_t | df, | |
| const int64_t | fp, | |||
| const int64_t | pp | |||
| ) |
| lucene::index::TermInfo::TermInfo | ( | const TermInfo * | ti | ) |
| lucene::index::TermInfo::~TermInfo | ( | ) |
| void lucene::index::TermInfo::set | ( | const TermInfo * | ti | ) |
| void lucene::index::TermInfo::set | ( | const int32_t | docFreq, | |
| const int64_t | freqPointer, | |||
| const int64_t | proxPointer, | |||
| int32_t | skipOffset | |||
| ) |
| int32_t lucene::index::TermInfo::docFreq |