Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef NOLOCKFACTORY_H
8 #define NOLOCKFACTORY_H
31 virtual LockPtr makeLock(
const String& lockName);
35 virtual void clearLock(
const String& lockName);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Use this LockFactory to disable locking entirely. Only one instance of this lock is created....
Definition: NoLockFactory.h:18
boost::shared_ptr< Lock > LockPtr
Definition: LuceneTypes.h:496
Definition: AbstractAllTermDocs.h:12
boost::shared_ptr< NoLock > NoLockPtr
Definition: LuceneTypes.h:502
boost::shared_ptr< NoLockFactory > NoLockFactoryPtr
Definition: LuceneTypes.h:503
Base class for Locking implementation. Directory uses instances of this class to implement locking....
Definition: LockFactory.h:23
clucene.sourceforge.net