lucene::index::TermInfosReader Class Reference
This stores a monotonically increasing set of <Term, TermInfo> pairs in a Directory.
More...
#include <TermInfosReader.h>
List of all members.
Detailed Description
This stores a monotonically increasing set of <Term, TermInfo> pairs in a Directory.
Pairs are accessed either by Term or by ordinal position the set.
PORT STATUS: 365707 (jlucene 1.9)
Constructor & Destructor Documentation
| lucene::index::TermInfosReader::~TermInfosReader |
( |
|
) |
|
Member Function Documentation
| void lucene::index::TermInfosReader::close |
( |
|
) |
|
| TermInfo* lucene::index::TermInfosReader::get |
( |
const Term * |
term |
) |
|
| int32_t lucene::index::TermInfosReader::getSkipInterval |
( |
|
) |
[inline] |
| int64_t lucene::index::TermInfosReader::size |
( |
|
) |
const |
The documentation for this class was generated from the following file: