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


lucene::index::FieldInfos Member List

This is the complete list of members for lucene::index::FieldInfos, including all inherited members.
__cl_addref()lucene::debug::LuceneBase [inline]
__cl_decref()lucene::debug::LuceneBase [inline]
__cl_getref()lucene::debug::LuceneBase [inline]
__cl_refcountlucene::debug::LuceneBase
add(const lucene::document::Document *doc)lucene::index::FieldInfos
add(FieldInfos *other)lucene::index::FieldInfos
add(const TCHAR *name, const bool isIndexed, const bool storeTermVector=false, bool storePositionWithTermVector=false, bool storeOffsetWithTermVector=false, bool omitNorms=false)lucene::index::FieldInfos
add(const TCHAR **names, const bool isIndexed, const bool storeTermVector=false, bool storePositionWithTermVector=false, bool storeOffsetWithTermVector=false, bool omitNorms=false)lucene::index::FieldInfos
fieldInfo(const TCHAR *fieldName) const lucene::index::FieldInfos
fieldInfo(const int32_t fieldNumber) const lucene::index::FieldInfos
FieldInfos()lucene::index::FieldInfos
FieldInfos(lucene::store::Directory *d, const char *name)lucene::index::FieldInfos
fieldName(const int32_t fieldNumber) const lucene::index::FieldInfos
fieldNumber(const TCHAR *fieldName) const lucene::index::FieldInfos
hasVectors() const lucene::index::FieldInfos
IS_INDEXED enum valuelucene::index::FieldInfos
LuceneBase()lucene::debug::LuceneBase [inline]
OMIT_NORMS enum valuelucene::index::FieldInfos
size() const lucene::index::FieldInfos
STORE_OFFSET_WITH_TERMVECTOR enum valuelucene::index::FieldInfos
STORE_POSITIONS_WITH_TERMVECTOR enum valuelucene::index::FieldInfos
STORE_TERMVECTOR enum valuelucene::index::FieldInfos
write(lucene::store::Directory *d, const char *name) const lucene::index::FieldInfos
write(lucene::store::IndexOutput *output) const lucene::index::FieldInfos
~FieldInfos()lucene::index::FieldInfos
~LuceneBase()lucene::debug::LuceneBase [inline, virtual]

clucene.sourceforge.net