Class AtomicReaderContext
IndexReaderContext for AtomicReader instances.
Inherited Members
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 SourceAtomicReader
Declaration
public AtomicReader AtomicReader { get; }
Property Value
Type | Description |
---|---|
AtomicReader |
Children
Declaration
public override IList<IndexReaderContext> Children { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<IndexReaderContext> |
Overrides
| Improve this Doc View SourceDocBase
The readers absolute doc base
Declaration
public int DocBase { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Leaves
Declaration
public override IList<AtomicReaderContext> Leaves { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AtomicReaderContext> |
Overrides
| Improve this Doc View SourceOrd
The readers ord in the top-level's leaves array
Declaration
public int Ord { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Reader
Declaration
public override IndexReader Reader { get; }
Property Value
Type | Description |
---|---|
IndexReader |