Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class FilterAtomicReader.FilterFields

    Base class for filtering Fields implementations.

    Inheritance
    System.Object
    Fields
    FilterAtomicReader.FilterFields
    Implements
    System.Collections.Generic.IEnumerable<System.String>
    System.Collections.IEnumerable
    Inherited Members
    Fields.IEnumerable.GetEnumerator()
    Fields.UniqueTermCount
    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.dll
    Syntax
    public class FilterFields : Fields, IEnumerable<string>, IEnumerable

    Constructors

    | Improve this Doc View Source

    FilterFields(Fields)

    Creates a new FilterAtomicReader.FilterFields.

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

    the underlying Fields instance.

    Fields

    | Improve this Doc View Source

    m_input

    The underlying Fields instance.

    Declaration
    protected readonly Fields m_input
    Field Value
    Type Description
    Fields

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public override int Count { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    Fields.Count

    Methods

    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public override IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<System.String>
    Overrides
    Fields.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
    Terms
    Overrides
    Fields.GetTerms(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.