Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef FSLOCKFACTORY_H
8 #define FSLOCKFACTORY_H
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
String getLockDir()
Retrieve the lock directory.
Base class for file system based locking implementation.
Definition: FSLockFactory.h:15
Definition: AbstractAllTermDocs.h:12
String lockDir
Directory for the lock files.
Definition: FSLockFactory.h:22
Base class for Locking implementation. Directory uses instances of this class to implement locking....
Definition: LockFactory.h:23
void setLockDir(const String &lockDir)
Set the lock directory. This method can be only called once to initialize the lock directory....
clucene.sourceforge.net