Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class AssertingFields

    Wraps a Lucene.Net.Index.Fields but with additional asserts

    Inheritance
    System.Object
    Lucene.Net.Index.Fields
    Lucene.Net.Index.FilterAtomicReader.FilterFields
    AssertingFields
    Implements
    System.Collections.Generic.IEnumerable<System.String>
    System.Collections.IEnumerable
    Inherited Members
    Lucene.Net.Index.FilterAtomicReader.FilterFields.m_input
    Lucene.Net.Index.FilterAtomicReader.FilterFields.Count
    Lucene.Net.Index.Fields.System.Collections.IEnumerable.GetEnumerator()
    Lucene.Net.Index.Fields.UniqueTermCount
    Lucene.Net.Index.Fields.EMPTY_ARRAY
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Lucene.Net.Index
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingFields : FilterAtomicReader.FilterFields, IEnumerable<string>, IEnumerable

    Constructors

    | Improve this Doc View Source

    AssertingFields(Fields)

    Declaration
    public AssertingFields(Fields input)
    Parameters
    Type Name Description
    Lucene.Net.Index.Fields input

    Methods

    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public override IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<System.String>
    Overrides
    Lucene.Net.Index.FilterAtomicReader.FilterFields.GetEnumerator()
    | Improve this Doc View Source

    GetTerms(String)

    Declaration
    public override Terms GetTerms(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    Lucene.Net.Index.Terms
    Overrides
    Lucene.Net.Index.FilterAtomicReader.FilterFields.GetTerms(System.String)

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2022 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.