Apache Lucene.Net 2.4.0 Class Library API

NoLockFactory Class

Use this {@link LockFactory} to disable locking entirely. This LockFactory is used when you call {@link FSDirectory#setDisableLocks}. Only one instance of this lock is created. You should call {@link #GetNoLockFactory()} to get the instance.

For a list of all members of this type, see NoLockFactory Members.

System.Object
   Lucene.Net.Store.LockFactory
      Lucene.Net.Store.NoLockFactory

public class NoLockFactory : LockFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Store

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

NoLockFactory Members | Lucene.Net.Store Namespace |