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


lucene::index::SegmentInfo Class Reference

#include <SegmentInfos.h>

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

List of all members.

Public Member Functions

lucene::store::DirectorygetDir () const
 Gets the Directory where the segment resides.
 SegmentInfo (const char *Name, const int32_t DocCount, lucene::store::Directory *Dir)
 ~SegmentInfo ()

Public Attributes

char name [CL_MAX_NAME]
const int32_t docCount

Constructor & Destructor Documentation

lucene::index::SegmentInfo::SegmentInfo ( const char *  Name,
const int32_t  DocCount,
lucene::store::Directory Dir 
)
lucene::index::SegmentInfo::~SegmentInfo (  ) 

Member Function Documentation

lucene:: store ::Directory* lucene::index::SegmentInfo::getDir (  )  const [inline]

Gets the Directory where the segment resides.


Member Data Documentation


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

clucene.sourceforge.net