A collection of SegmentInfo objects to be used as a base class for SegmentInfos
.
More...
#include <SegmentInfoCollection.h>
A collection of SegmentInfo objects to be used as a base class for SegmentInfos
.
◆ SegmentInfoCollection()
Lucene::SegmentInfoCollection::SegmentInfoCollection |
( |
| ) |
|
◆ ~SegmentInfoCollection()
virtual Lucene::SegmentInfoCollection::~SegmentInfoCollection |
( |
| ) |
|
|
virtual |
◆ _getClassName()
static String Lucene::SegmentInfoCollection::_getClassName |
( |
| ) |
|
|
inlinestatic |
◆ add() [1/2]
void Lucene::SegmentInfoCollection::add |
( |
const SegmentInfoPtr & |
info | ) |
|
◆ add() [2/2]
void Lucene::SegmentInfoCollection::add |
( |
int32_t |
pos, |
|
|
const SegmentInfoPtr & |
info |
|
) |
| |
◆ addAll()
◆ clear()
void Lucene::SegmentInfoCollection::clear |
( |
| ) |
|
◆ clone()
Return clone of this object.
- Parameters
-
other | clone reference - null when called initially, then set in top virtual override. |
Reimplemented from Lucene::LuceneObject.
Reimplemented in Lucene::SegmentInfos.
◆ contains()
bool Lucene::SegmentInfoCollection::contains |
( |
const SegmentInfoPtr & |
info | ) |
|
◆ empty()
bool Lucene::SegmentInfoCollection::empty |
( |
| ) |
|
◆ equals()
bool Lucene::SegmentInfoCollection::equals |
( |
const LuceneObjectPtr & |
other | ) |
|
|
virtual |
◆ find()
int32_t Lucene::SegmentInfoCollection::find |
( |
const SegmentInfoPtr & |
info | ) |
|
◆ getClassName()
virtual String Lucene::SegmentInfoCollection::getClassName |
( |
| ) |
|
|
inlinevirtual |
◆ remove() [1/2]
void Lucene::SegmentInfoCollection::remove |
( |
int32_t |
pos | ) |
|
◆ remove() [2/2]
void Lucene::SegmentInfoCollection::remove |
( |
int32_t |
start, |
|
|
int32_t |
end |
|
) |
| |
◆ shared_from_this()
◆ size()
int32_t Lucene::SegmentInfoCollection::size |
( |
| ) |
|
◆ segmentInfos
The documentation for this class was generated from the following file: