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

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 |
| 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 | ( | ) |
| const TCHAR* lucene::index::FieldInfo::name |
| const int32_t lucene::index::FieldInfo::number |