Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef SEGMENTINFOCOLLECTION_H
8 #define SEGMENTINFOCOLLECTION_H
36 void remove(int32_t start, int32_t end);
void remove(int32_t start, int32_t end)
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< SegmentInfo > SegmentInfoPtr
Definition: LuceneTypes.h:208
boost::shared_ptr< LuceneObject > LuceneObjectPtr
Definition: LuceneTypes.h:539
Definition: AbstractAllTermDocs.h:12
bool equals(const LuceneObjectPtr &other)
Return whether two objects are equal.
void add(const SegmentInfoPtr &info)
Base class for all Lucene classes.
Definition: LuceneObject.h:31
A collection of SegmentInfo objects to be used as a base class for SegmentInfos.
Definition: SegmentInfoCollection.h:15
boost::shared_ptr< SegmentInfoCollection > SegmentInfoCollectionPtr
Definition: LuceneTypes.h:209
void addAll(const SegmentInfoCollectionPtr &segmentInfos)
bool contains(const SegmentInfoPtr &info)
Collection< SegmentInfoPtr > segmentInfos
Definition: SegmentInfoCollection.h:20
void add(int32_t pos, const SegmentInfoPtr &info)
int32_t find(const SegmentInfoPtr &info)
virtual LuceneObjectPtr clone(const LuceneObjectPtr &other=LuceneObjectPtr())
Return clone of this object.
virtual ~SegmentInfoCollection()
clucene.sourceforge.net