Show / Hide Table of Contents

    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 Source

    AllDeletedFilterReader(AtomicReader)

    Declaration
    public AllDeletedFilterReader(AtomicReader in)
    Parameters
    Type Name Description
    AtomicReader in

    Properties

    | Improve this Doc View Source

    LiveDocs

    Declaration
    public override IBits LiveDocs { get; }
    Property Value
    Type Description
    IBits
    | Improve this Doc View Source

    NumDocs

    Declaration
    public override int NumDocs { get; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)