Class SimpleFSDirectory
A straightforward implementation of FSDirectory
using System.
Implements
Inherited Members
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.dll
Syntax
public class SimpleFSDirectory : FSDirectory, IDisposable
Constructors
| Improve this Doc View SourceSimpleFSDirectory(DirectoryInfo)
Create a new Simple
Declaration
public SimpleFSDirectory(DirectoryInfo path)
Parameters
Type | Name | Description |
---|---|---|
System. |
path | the path of the directory |
Exceptions
Type | Condition |
---|---|
System. |
if there is a low-level I/O error |
SimpleFSDirectory(DirectoryInfo, LockFactory)
Create a new Simple
Declaration
public SimpleFSDirectory(DirectoryInfo path, LockFactory lockFactory)
Parameters
Type | Name | Description |
---|---|---|
System. |
path | the path of the directory |
Lock |
lockFactory | the lock factory to use, or null for the default
(Native |
Exceptions
Type | Condition |
---|---|
System. |
if there is a low-level I/O error |
SimpleFSDirectory(String)
Create a new Simple
LUCENENET specific overload for convenience using string instead of System.
Declaration
public SimpleFSDirectory(string path)
Parameters
Type | Name | Description |
---|---|---|
System. |
path | the path of the directory |
Exceptions
Type | Condition |
---|---|
System. |
if there is a low-level I/O error |
SimpleFSDirectory(String, LockFactory)
Create a new Simple
LUCENENET specific overload for convenience using string instead of System.
Declaration
public SimpleFSDirectory(string path, LockFactory lockFactory)
Parameters
Type | Name | Description |
---|---|---|
System. |
path | the path of the directory |
Lock |
lockFactory | the lock factory to use, or null for the default
(Native |
Exceptions
Type | Condition |
---|---|
System. |
if there is a low-level I/O error |
Methods
| Improve this Doc View SourceCreateSlicer(String, IOContext)
Declaration
public override Directory.IndexInputSlicer CreateSlicer(string name, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
IOContext | context |
Returns
Type | Description |
---|---|
Directory. |
Overrides
| Improve this Doc View SourceOpenInput(String, IOContext)
Creates an Index
Declaration
public override IndexInput OpenInput(string name, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
IOContext | context |
Returns
Type | Description |
---|---|
Index |