Class BaseDirectoryWrapper
Calls check index on dispose.
Inheritance
System.Object
BaseDirectoryWrapper
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class BaseDirectoryWrapper : FilterDirectory
Constructors
|
Improve this Doc
View Source
BaseDirectoryWrapper(Directory)
Declaration
public BaseDirectoryWrapper(Directory delegate)
Parameters
Type |
Name |
Description |
Directory |
delegate |
|
Properties
|
Improve this Doc
View Source
CheckIndexOnDispose
Set whether or not checkindex should be run
on dispose
Declaration
public virtual bool CheckIndexOnDispose { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CrossCheckTermVectorsOnDispose
Declaration
public virtual bool CrossCheckTermVectorsOnDispose { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsOpen
Declaration
public virtual bool IsOpen { get; protected set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
Copy(Directory, String, String, IOContext)
Declaration
public override void Copy(Directory to, string src, string dest, IOContext context)
Parameters
Type |
Name |
Description |
Directory |
to |
|
System.String |
src |
|
System.String |
dest |
|
IOContext |
context |
|
|
Improve this Doc
View Source
CreateSlicer(String, IOContext)
Declaration
public override IndexInputSlicer CreateSlicer(string name, IOContext context)
Parameters
Type |
Name |
Description |
System.String |
name |
|
IOContext |
context |
|
Returns
Type |
Description |
IndexInputSlicer |
|
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|