Class AllDeletedFilterReader
Filters the incoming reader and makes all documents appear deleted.
Inheritance
System.Object
AllDeletedFilterReader
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.TestFramework.dll
Syntax
public class AllDeletedFilterReader : FilterAtomicReader
Constructors
| Improve this Doc View SourceAllDeletedFilterReader(AtomicReader)
Declaration
public AllDeletedFilterReader(AtomicReader in)
Parameters
Type | Name | Description |
---|---|---|
Atomic |
in |
Properties
| Improve this Doc View SourceLiveDocs
Declaration
public override IBits LiveDocs { get; }
Property Value
Type | Description |
---|---|
IBits |
NumDocs
Declaration
public override int NumDocs { get; }
Property Value
Type | Description |
---|---|
System. |