Class SimpleFSDirectory
A straightforward implementation of FSDirectory
using
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class SimpleFSDirectory : FSDirectory
Constructors
Name | Description |
---|---|
SimpleFSDirectory(DirectoryInfo) | Create a new SimpleFSDirectory for the named location and NativeFSLockFactory. |
SimpleFSDirectory(DirectoryInfo, LockFactory) | Create a new SimpleFSDirectory for the named location. |
SimpleFSDirectory(String) | Create a new SimpleFSDirectory for the named location and NativeFSLockFactory.
LUCENENET specific overload for convenience using string instead of |
SimpleFSDirectory(String, LockFactory) | Create a new SimpleFSDirectory for the named location.
LUCENENET specific overload for convenience using string instead of |
Methods
Name | Description |
---|---|
CreateSlicer(String, IOContext) | |
OpenInput(String, IOContext) | Creates an IndexInput for the file with the given name. |