Class AtomicReaderContext
Index
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 |
---|---|
Atomic |
Children
Declaration
public override IList<IndexReaderContext> Children { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceDocBase
The readers absolute doc base
Declaration
public int DocBase { get; }
Property Value
Type | Description |
---|---|
System. |
Leaves
Declaration
public override IList<AtomicReaderContext> Leaves { get; }
Property Value
Type | Description |
---|---|
System. |
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. |
Reader
Declaration
public override IndexReader Reader { get; }
Property Value
Type | Description |
---|---|
Index |