Class AllDeletedFilterReader
Filters the incoming reader and makes all documents appear deleted.
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 AllDeletedFilterReader : FilterAtomicReader, IDisposable
Constructors
| Improve this Doc View SourceAllDeletedFilterReader(AtomicReader)
Declaration
public AllDeletedFilterReader(AtomicReader in)
Parameters
Type | Name | Description |
---|---|---|
AtomicReader | in |
Properties
| Improve this Doc View SourceLiveDocs
Declaration
public override IBits LiveDocs { get; }
Property Value
Type | Description |
---|---|
IBits |
Overrides
| Improve this Doc View SourceNumDocs
Declaration
public override int NumDocs { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
Implements
System.IDisposable