7 #ifndef NOLOCKFACTORY_H 8 #define NOLOCKFACTORY_H 31 virtual LockPtr makeLock(
const String& lockName);
35 virtual void clearLock(
const String& lockName);
boost::shared_ptr< NoLock > NoLockPtr
Definition: LuceneTypes.h:502
boost::shared_ptr< Lock > LockPtr
Definition: LuceneTypes.h:496
Base class for Locking implementation. Directory uses instances of this class to implement locking...
Definition: LockFactory.h:23
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< NoLockFactory > NoLockFactoryPtr
Definition: LuceneTypes.h:503
Use this LockFactory to disable locking entirely. Only one instance of this lock is created...
Definition: NoLockFactory.h:18