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

Public Member Functions | |
| LUCENE_STATIC_CONSTANT (uint8_t, FIELD_IS_TOKENIZED=0x1) | |
| LUCENE_STATIC_CONSTANT (uint8_t, FIELD_IS_BINARY=0x2) | |
| LUCENE_STATIC_CONSTANT (uint8_t, FIELD_IS_COMPRESSED=0x4) | |
| FieldsWriter (lucene::store::Directory *d, const char *segment, FieldInfos *fn) | |
| ~FieldsWriter () | |
| void | close () |
| void | addDocument (lucene::document::Document *doc) |
| lucene::index::FieldsWriter::FieldsWriter | ( | lucene::store::Directory * | d, | |
| const char * | segment, | |||
| FieldInfos * | fn | |||
| ) |
| lucene::index::FieldsWriter::~FieldsWriter | ( | ) |
| void lucene::index::FieldsWriter::addDocument | ( | lucene::document::Document * | doc | ) |
| void lucene::index::FieldsWriter::close | ( | ) |
| lucene::index::FieldsWriter::LUCENE_STATIC_CONSTANT | ( | uint8_t | , | |
| FIELD_IS_COMPRESSED | = 0x4 | |||
| ) |
| lucene::index::FieldsWriter::LUCENE_STATIC_CONSTANT | ( | uint8_t | , | |
| FIELD_IS_BINARY | = 0x2 | |||
| ) |
| lucene::index::FieldsWriter::LUCENE_STATIC_CONSTANT | ( | uint8_t | , | |
| FIELD_IS_TOKENIZED | = 0x1 | |||
| ) |