Class AssertingDirectoryReader
Inheritance
System.Object
AssertingDirectoryReader
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingDirectoryReader : FilterDirectoryReader
Constructors
|
Improve this Doc
View Source
AssertingDirectoryReader(DirectoryReader)
Declaration
public AssertingDirectoryReader(DirectoryReader in)
Parameters
Type |
Name |
Description |
DirectoryReader |
in |
|
Properties
|
Improve this Doc
View Source
CombinedCoreAndDeletesKey
Declaration
public override object CombinedCoreAndDeletesKey { get; }
Property Value
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
CoreCacheKey
Declaration
public override object CoreCacheKey { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
|
Improve this Doc
View Source
DoWrapDirectoryReader(DirectoryReader)
Declaration
protected override DirectoryReader DoWrapDirectoryReader(DirectoryReader in)
Parameters
Type |
Name |
Description |
DirectoryReader |
in |
|
Returns
Type |
Description |
DirectoryReader |
|