CLucene - a full-featured, c++ search engine
API Documentation


lucene::index::FieldsWriter Class Reference

#include <FieldsWriter.h>

Inheritance diagram for lucene::index::FieldsWriter:
lucene::debug::LuceneBase

List of all members.

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)

Constructor & Destructor Documentation

lucene::index::FieldsWriter::FieldsWriter ( lucene::store::Directory d,
const char *  segment,
FieldInfos fn 
)
lucene::index::FieldsWriter::~FieldsWriter (  ) 

Member Function Documentation

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 
)

The documentation for this class was generated from the following file:

clucene.sourceforge.net