• API

    Show / Hide Table of Contents

    Class AtomicReaderContext

    IndexReaderContext for AtomicReader instances.

    Inheritance
    System.Object
    IndexReaderContext
    AtomicReaderContext
    Inherited Members
    IndexReaderContext.Parent
    IndexReaderContext.IsTopLevel
    IndexReaderContext.DocBaseInParent
    IndexReaderContext.OrdInParent
    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 sealed class AtomicReaderContext : IndexReaderContext

    Properties

    | Improve this Doc View Source

    AtomicReader

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

    Children

    Declaration
    public override IList<IndexReaderContext> Children { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<IndexReaderContext>
    Overrides
    IndexReaderContext.Children
    | Improve this Doc View Source

    DocBase

    The readers absolute doc base

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

    Leaves

    Declaration
    public override IList<AtomicReaderContext> Leaves { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<AtomicReaderContext>
    Overrides
    IndexReaderContext.Leaves
    | Improve this Doc View Source

    Ord

    The readers ord in the top-level's leaves array

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

    Reader

    Declaration
    public override IndexReader Reader { get; }
    Property Value
    Type Description
    IndexReader
    Overrides
    IndexReaderContext.Reader
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)