#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Base class for Locking implementation. Directory uses instances of this class to implement locking....
Definition: LockFactory.h:23
Use this LockFactory to disable locking entirely. Only one instance of this lock is created....
Definition: NoLockFactory.h:18
virtual LockPtr makeLock(const String &lockName)
Return a new Lock instance identified by lockName.
static NoLockFactoryPtr getNoLockFactory()
virtual void clearLock(const String &lockName)
Attempt to clear (forcefully unlock and remove) the specified lock. Only call this at a time when you...
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< Lock > LockPtr
Definition: LuceneTypes.h:496
boost::shared_ptr< NoLockFactory > NoLockFactoryPtr
Definition: LuceneTypes.h:503
boost::shared_ptr< NoLock > NoLockPtr
Definition: LuceneTypes.h:502