Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef MMAPDIRECTORY_H
8 #define MMAPDIRECTORY_H
37 virtual IndexInputPtr openInput(
const String& name, int32_t bufferSize);
virtual IndexInputPtr openInput(const String &name)
Returns a stream reading an existing file, with the specified read buffer size. The particular Direct...
File-based Directory implementation that uses mmap for reading, and SimpleFSIndexOutput for writing.
Definition: MMapDirectory.h:22
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
boost::shared_ptr< LockFactory > LockFactoryPtr
Definition: LuceneTypes.h:497
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< IndexInput > IndexInputPtr
Definition: LuceneTypes.h:493
Base class for Directory implementations that store index files in the file system....
Definition: FSDirectory.h:29
boost::shared_ptr< IndexOutput > IndexOutputPtr
Definition: LuceneTypes.h:494
clucene.sourceforge.net