CLucene - a full-featured, c++ search engine
API Documentation
#include <SegmentInfos.h>
Public Member Functions | |
| lucene::store::Directory * | getDir () 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 |
| lucene::index::SegmentInfo::SegmentInfo | ( | const char * | Name, | |
| const int32_t | DocCount, | |||
| lucene::store::Directory * | Dir | |||
| ) |
| lucene::index::SegmentInfo::~SegmentInfo | ( | ) |
| lucene:: store ::Directory* lucene::index::SegmentInfo::getDir | ( | ) | const [inline] |
Gets the Directory where the segment resides.
| const int32_t lucene::index::SegmentInfo::docCount |
| char lucene::index::SegmentInfo::name[CL_MAX_NAME] |