Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef READONLYSEGMENTREADER_H
8 #define READONLYSEGMENTREADER_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: ReadOnlySegmentReader.h:14
Definition: AbstractAllTermDocs.h:12
Definition: SegmentReader.h:15
virtual bool isDeleted(int32_t n)
Returns true if document n has been deleted.
virtual void acquireWriteLock()
Does nothing by default. Subclasses that require a write lock for index modifications must implement ...
virtual ~ReadOnlySegmentReader()
clucene.sourceforge.net