7 #ifndef SIMPLEFSDIRECTORY_H 8 #define SIMPLEFSDIRECTORY_H 33 virtual IndexInputPtr openInput(
const String& name, int32_t bufferSize);
A straightforward implementation of FSDirectory using std::ofstream and std::ifstream.
Definition: SimpleFSDirectory.h:15
boost::shared_ptr< IndexOutput > IndexOutputPtr
Definition: LuceneTypes.h:494
Base class for Directory implementations that store index files in the file system. There are currently three core subclasses:
Definition: FSDirectory.h:29
boost::shared_ptr< IndexInput > IndexInputPtr
Definition: LuceneTypes.h:493
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< LockFactory > LockFactoryPtr
Definition: LuceneTypes.h:497