CLucene - a full-featured, c++ search engine
API Documentation
#include <DocumentWriter.h>
Public Member Functions | |
| Posting (Term *t, const int32_t position, TermVectorOffsetInfo *offset) | |
| ~Posting () | |
Public Attributes | |
| Term * | term |
| int32_t | freq |
| Array< int32_t > | positions |
| Array< TermVectorOffsetInfo > | offsets |
| lucene::index::DocumentWriter::Posting::Posting | ( | Term * | t, | |
| const int32_t | position, | |||
| TermVectorOffsetInfo * | offset | |||
| ) |
| lucene::index::DocumentWriter::Posting::~Posting | ( | ) |