Show / Hide Table of Contents

    Class AssertingAtomicReader

    A that can be used to apply additional checks for tests.

    Inheritance
    System.Object
    AssertingAtomicReader
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingAtomicReader : FilterAtomicReader

    Constructors

    | Improve this Doc View Source

    AssertingAtomicReader(AtomicReader)

    Declaration
    public AssertingAtomicReader(AtomicReader in)
    Parameters
    Type Name Description
    AtomicReader 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
    | Improve this Doc View Source

    Fields

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

    LiveDocs

    Declaration
    public override IBits LiveDocs { get; }
    Property Value
    Type Description
    IBits

    Methods

    | Improve this Doc View Source

    GetBinaryDocValues(String)

    Declaration
    public override BinaryDocValues GetBinaryDocValues(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    BinaryDocValues
    | Improve this Doc View Source

    GetDocsWithField(String)

    Declaration
    public override IBits GetDocsWithField(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    IBits
    | Improve this Doc View Source

    GetNormValues(String)

    Declaration
    public override NumericDocValues GetNormValues(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    NumericDocValues
    | Improve this Doc View Source

    GetNumericDocValues(String)

    Declaration
    public override NumericDocValues GetNumericDocValues(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    NumericDocValues
    | Improve this Doc View Source

    GetSortedDocValues(String)

    Declaration
    public override SortedDocValues GetSortedDocValues(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    SortedDocValues
    | Improve this Doc View Source

    GetSortedSetDocValues(String)

    Declaration
    public override SortedSetDocValues GetSortedSetDocValues(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    SortedSetDocValues
    | Improve this Doc View Source

    GetTermVectors(Int32)

    Declaration
    public override Fields GetTermVectors(int docID)
    Parameters
    Type Name Description
    System.Int32 docID
    Returns
    Type Description
    Fields
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)