Class AssertingDirectoryReader
A DirectoryReader that wraps all its subreaders with AssertingAtomicReader
Inheritance
System.Object
AssertingDirectoryReader
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AssertingDirectoryReader : FilterDirectoryReader, IDisposable
Constructors
| Improve this Doc View SourceAssertingDirectoryReader(DirectoryReader)
Declaration
public AssertingDirectoryReader(DirectoryReader in)
Parameters
Type | Name | Description |
---|---|---|
DirectoryReader | in |
Properties
| Improve this Doc View SourceCombinedCoreAndDeletesKey
Declaration
public override object CombinedCoreAndDeletesKey { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
| Improve this Doc View SourceCoreCacheKey
Declaration
public override object CoreCacheKey { get; }
Property Value
Type | Description |
---|---|
System.Object |
Overrides
Methods
| Improve this Doc View SourceDoWrapDirectoryReader(DirectoryReader)
Declaration
protected override DirectoryReader DoWrapDirectoryReader(DirectoryReader in)
Parameters
Type | Name | Description |
---|---|---|
DirectoryReader | in |
Returns
Type | Description |
---|---|
DirectoryReader |
Overrides
Implements
System.IDisposable