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


lucene::index::FieldInfo Class Reference

#include <FieldInfos.h>

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

List of all members.

Public Member Functions

 FieldInfo (const TCHAR *fieldName, const bool isIndexed, const int32_t fieldNumber, const bool storeTermVector, const bool storeOffsetWithTermVector, const bool storePositionWithTermVector, const bool omitNorms)
 ~FieldInfo ()

Public Attributes

const TCHAR * name
bool isIndexed
const int32_t number
bool storeTermVector
bool storeOffsetWithTermVector
bool storePositionWithTermVector
bool omitNorms

Constructor & Destructor Documentation

lucene::index::FieldInfo::FieldInfo ( const TCHAR *  fieldName,
const bool  isIndexed,
const int32_t  fieldNumber,
const bool  storeTermVector,
const bool  storeOffsetWithTermVector,
const bool  storePositionWithTermVector,
const bool  omitNorms 
)
lucene::index::FieldInfo::~FieldInfo (  ) 

Member Data Documentation


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

clucene.sourceforge.net