Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef READONLYDIRECTORYREADER_H
8 #define READONLYDIRECTORYREADER_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
IndexDeletionPolicyPtr deletionPolicy
Definition: DirectoryReader.h:40
virtual ~ReadOnlyDirectoryReader()
ReadOnlyDirectoryReader(const DirectoryPtr &directory, const SegmentInfosPtr &sis, const IndexDeletionPolicyPtr &deletionPolicy, int32_t termInfosIndexDivisor)
Definition: AbstractAllTermDocs.h:12
An IndexReader which reads indexes with multiple segments.
Definition: DirectoryReader.h:19
virtual DirectoryPtr directory()
Returns the directory this index resides in.
boost::shared_ptr< IndexDeletionPolicy > IndexDeletionPolicyPtr
Definition: LuceneTypes.h:153
Definition: ReadOnlyDirectoryReader.h:14
boost::shared_ptr< SegmentInfos > SegmentInfosPtr
Definition: LuceneTypes.h:210
boost::shared_ptr< Directory > DirectoryPtr
Definition: LuceneTypes.h:489
virtual void acquireWriteLock()
Tries to acquire the WriteLock on this directory. this method is only valid if this IndexReader is di...
boost::shared_ptr< IndexWriter > IndexWriterPtr
Definition: LuceneTypes.h:160
int32_t termInfosIndexDivisor
Definition: DirectoryReader.h:46
clucene.sourceforge.net