Show / Hide Table of Contents

    Class AssertingFields

    Wraps a but with additional asserts

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

    Constructors

    | Improve this Doc View Source

    AssertingFields(Fields)

    Declaration
    public AssertingFields(Fields input)
    Parameters
    Type Name Description
    Fields input

    Methods

    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public override IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    IEnumerator<System.String>
    | Improve this Doc View Source

    GetTerms(String)

    Declaration
    public override Terms GetTerms(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    Terms
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)