Show / Hide Table of Contents

    Class FieldFilterAtomicReader

    A that exposes only a subset of fields from the underlying wrapped reader.

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

    Constructors

    | Improve this Doc View Source

    FieldFilterAtomicReader(AtomicReader, ISet<String>, Boolean)

    Declaration
    public FieldFilterAtomicReader(AtomicReader in, ISet<string> fields, bool negate)
    Parameters
    Type Name Description
    AtomicReader in
    ISet<System.String> fields
    System.Boolean negate

    Properties

    | Improve this Doc View Source

    FieldInfos

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

    Fields

    Declaration
    public override Fields Fields { get; }
    Property Value
    Type Description
    Fields

    Methods

    | Improve this Doc View Source

    Document(Int32, StoredFieldVisitor)

    Declaration
    public override void Document(int docID, StoredFieldVisitor visitor)
    Parameters
    Type Name Description
    System.Int32 docID
    StoredFieldVisitor visitor
    | 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

    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

    ToString()

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