Lucene.Net.Store.SimpleFSDirectory.SimpleFSDirectory C# (CSharp) 메소드

SimpleFSDirectory() 공개 메소드

Create a new SimpleFSDirectory for the named location and NativeFSLockFactory.
if there is a low-level I/O error
public SimpleFSDirectory ( DirectoryInfo path ) : System
path DirectoryInfo the path of the directory
리턴 System
        public SimpleFSDirectory(DirectoryInfo path)
            : base(path, null)
        {
        }

Same methods

SimpleFSDirectory::SimpleFSDirectory ( DirectoryInfo path, Lucene.Net.Store.LockFactory lockFactory ) : System