Class AtomicReaderContext
Inheritance
System.Object
AtomicReaderContext
Assembly: Lucene.Net.dll
Syntax
public sealed class AtomicReaderContext : IndexReaderContext
Properties
|
Improve this Doc
View Source
AtomicReader
Declaration
public AtomicReader AtomicReader { get; }
Property Value
|
Improve this Doc
View Source
Children
Declaration
public override IList<IndexReaderContext> Children { get; }
Property Value
Overrides
|
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
Overrides
|
Improve this Doc
View Source
Ord
The readers ord in the top-level's leaves array
Declaration
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Reader
Declaration
public override IndexReader Reader { get; }
Property Value
Overrides