Show / Hide Table of Contents

    Class AssertingDocsEnum

    Wraps a with additional checks

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

    Constructors

    | Improve this Doc View Source

    AssertingDocsEnum(DocsEnum)

    Declaration
    public AssertingDocsEnum(DocsEnum in)
    Parameters
    Type Name Description
    DocsEnum in
    | Improve this Doc View Source

    AssertingDocsEnum(DocsEnum, Boolean)

    Declaration
    public AssertingDocsEnum(DocsEnum in, bool failOnUnsupportedDocID)
    Parameters
    Type Name Description
    DocsEnum in
    System.Boolean failOnUnsupportedDocID

    Properties

    | Improve this Doc View Source

    DocID

    Declaration
    public override int DocID { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Freq

    Declaration
    public override int Freq { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    Advance(Int32)

    Declaration
    public override int Advance(int target)
    Parameters
    Type Name Description
    System.Int32 target
    Returns
    Type Description
    System.Int32
    | Improve this Doc View Source

    NextDoc()

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