21 namespace Lucene.Net.Store
30 protected internal System.IO.DirectoryInfo internalLockDir = null;
41 public virtual DirectoryInfo LockDir
43 get {
return internalLockDir; }
44 protected internal set
46 if (this.internalLockDir != null)
47 throw new System.SystemException(
"You can set the lock directory for this factory only once.");
48 this.internalLockDir = value;