Show / Hide Table of Contents

    Class AssertingDirectoryReader

    A that wraps all its subreaders with AssertingAtomicReader

    Inheritance
    System.Object
    AssertingDirectoryReader
    Namespace: Lucene.Net.Index
    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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)